#CDDFAA

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

Shades of Reef #CDDFAA

Tints of Reef #CDDFAA

Color information

#CDDFAA (or 0xCDDFAA) is unknown color: approx Reef. HEX triplet: CD, DF and AA. RGB value is (205,223,170). Sum of RGB (Red+Green+Blue) = 205+223+170=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDFAA is #322055. Grayscale: #D3D3D3. Windows color (decimal): -3285078 or 11198413. OLE color: 11198413.

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

Color convert

RGB205223170-
CMYK0.0800.240.13
HSL80.38º45.3%77.06%-
HSV(B)80.38º23.77%87.45%-
XYZ58.8268.6648.18-
YUV211.58104.54123.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.28%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 170 (66.80% from 255) = 28.43%
R=34.28%
G=37.29%
B=28.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231700.0800.240.1380.3845.377.06
HexCDDFAA8018D502d4d
Octal315337252100301512055115
Binary1100110111011111101010101000011000110110100001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFAA; }

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

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

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

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

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

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

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

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