#CCDFAE

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

Shades of Reef #CCDFAE

Tints of Reef #CCDFAE

Color information

#CCDFAE (or 0xCCDFAE) is unknown color: approx Reef. HEX triplet: CC, DF and AE. RGB value is (204,223,174). Sum of RGB (Red+Green+Blue) = 204+223+174=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDFAE is #332051. Grayscale: #D3D3D3. Windows color (decimal): -3350610 or 11460556. OLE color: 11460556.

HSL color Cylindrical-coordinate representation of color #CCDFAE: hue angle of 83.27º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCDFAE is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB204223174-
CMYK0.0900.220.13
HSL83.27º43.36%77.84%-
HSV(B)83.27º21.97%87.45%-
XYZ58.9368.6750.19-
YUV211.73106.71122.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 223 (87.5% from 255) = 37.10%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=33.94%
G=37.10%
B=28.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042231740.0900.220.1383.2743.3677.84
HexCCDFAE9016D532b4e
Octal314337256110261512353116
Binary1100110011011111101011101001010110110110100111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFAE; }

 p { color: rgb(204,223,174); }

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

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

 a { background-color: rgb(204,223,174); }

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

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

 span { border-color: rgb(204,223,174); }

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