#CDEBB0

Color #CDEBB0 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CDEBB0

Tints of Reef #CDEBB0

Color information

#CDEBB0 (or 0xCDEBB0) is unknown color: approx Reef. HEX triplet: CD, EB and B0. RGB value is (205,235,176). Sum of RGB (Red+Green+Blue) = 205+235+176=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEBB0 is #32144F. Grayscale: #DBDBDB. Windows color (decimal): -3282000 or 11594701. OLE color: 11594701.

HSL color Cylindrical-coordinate representation of color #CDEBB0: hue angle of 90.51º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDEBB0 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB205235176-
CMYK0.1300.250.08
HSL90.51º59.6%80.59%-
HSV(B)90.51º25.11%92.16%-
XYZ62.7275.5352.35-
YUV219.3103.56117.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 33.28%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 176 (69.14% from 255) = 28.57%
R=33.28%
G=38.15%
B=28.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052351760.1300.250.0890.5159.680.59
HexCDEBB0D01985b3c51
Octal315353260150311013374121
Binary1100110111101011101100001101011001100010110111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEBB0; }

 p { color: rgb(205,235,176); }

 H1.HeaderClassName
 {
   color: #CDEBB0;
 }
 .AnyTagClassName
 {
   color: #CDEBB0;
 }
</style>
background-color css

<style>
 a { background-color: #CDEBB0; }

 a { background-color: rgb(205,235,176); }

 div.DivClassName
 {
   background-color: #CDEBB0;
 }
 .BgClassName
 {
   background-color: #CDEBB0;
 }
</style>
border-color css

<style>
 span { border-color: #CDEBB0; }

 span { border-color: rgb(205,235,176); }

 td.TdClassName
 {
   border-color: #CDEBB0;
 }
 .TagClassName
 {
   border-color: #CDEBB0;
 }
</style>