#CCDCA9

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

Shades of Reef #CCDCA9

Tints of Reef #CCDCA9

Color information

#CCDCA9 (or 0xCCDCA9) is unknown color: approx Reef. HEX triplet: CC, DC and A9. RGB value is (204,220,169). Sum of RGB (Red+Green+Blue) = 204+220+169=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 169 (66.41% from 255 or 28.50% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCA9 is #332356. Grayscale: #D1D1D1. Windows color (decimal): -3351383 or 11132108. OLE color: 11132108.

HSL color Cylindrical-coordinate representation of color #CCDCA9: hue angle of 78.82º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCDCA9 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB204220169-
CMYK0.0700.230.14
HSL78.82º42.15%76.27%-
HSV(B)78.82º23.18%86.27%-
XYZ57.6666.8947.41-
YUV209.4105.2124.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 169 (66.41% from 255) = 28.50%
R=34.40%
G=37.10%
B=28.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042201690.0700.230.1478.8242.1576.27
HexCCDCA97017E4f2a4c
Octal31433425170271611752114
Binary110011001101110010101001111010111111010011111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCA9; }

 p { color: rgb(204,220,169); }

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

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

 a { background-color: rgb(204,220,169); }

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

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

 span { border-color: rgb(204,220,169); }

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