#CDDFAB

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

Shades of Reef #CDDFAB

Tints of Reef #CDDFAB

Color information

#CDDFAB (or 0xCDDFAB) is unknown color: approx Reef. HEX triplet: CD, DF and AB. RGB value is (205,223,171). Sum of RGB (Red+Green+Blue) = 205+223+171=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDFAB is #322054. Grayscale: #D3D3D3. Windows color (decimal): -3285077 or 11263949. OLE color: 11263949.

HSL color Cylindrical-coordinate representation of color #CDDFAB: hue angle of 80.77º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDDFAB is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB205223171-
CMYK0.0800.230.13
HSL80.77º44.83%77.25%-
HSV(B)80.77º23.32%87.45%-
XYZ58.9268.6948.68-
YUV211.69105.04123.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 171 (67.19% from 255) = 28.55%
R=34.22%
G=37.23%
B=28.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231710.0800.230.1380.7744.8377.25
HexCDDFAB8017D512d4d
Octal315337253100271512155115
Binary1100110111011111101010111000010111110110100011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFAB; }

 p { color: rgb(205,223,171); }

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

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

 a { background-color: rgb(205,223,171); }

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

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

 span { border-color: rgb(205,223,171); }

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