#CCDAA2

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

Shades of Reef #CCDAA2

Tints of Reef #CCDAA2

Color information

#CCDAA2 (or 0xCCDAA2) is unknown color: approx Reef. HEX triplet: CC, DA and A2. RGB value is (204,218,162). Sum of RGB (Red+Green+Blue) = 204+218+162=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDAA2 is #33255D. Grayscale: #CFCFCF. Windows color (decimal): -3351902 or 10672844. OLE color: 10672844.

HSL color Cylindrical-coordinate representation of color #CCDAA2: hue angle of 75º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCDAA2 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB204218162-
CMYK0.0600.260.15
HSL75º43.08%74.51%-
HSV(B)75º25.69%85.49%-
XYZ56.4965.5943.86-
YUV207.43102.36125.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 162 (63.67% from 255) = 27.74%
R=34.93%
G=37.33%
B=27.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042181620.0600.260.157543.0874.51
HexCCDAA2601AF4b2b4b
Octal31433224260321711353113
Binary110011001101101010100010110011010111110010111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAA2; }

 p { color: rgb(204,218,162); }

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

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

 a { background-color: rgb(204,218,162); }

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

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

 span { border-color: rgb(204,218,162); }

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