#CCDCA8

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

Shades of Reef #CCDCA8

Tints of Reef #CCDCA8

Color information

#CCDCA8 (or 0xCCDCA8) is unknown color: approx Reef. HEX triplet: CC, DC and A8. RGB value is (204,220,168). Sum of RGB (Red+Green+Blue) = 204+220+168=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCA8 is #332357. Grayscale: #D1D1D1. Windows color (decimal): -3351384 or 11066572. OLE color: 11066572.

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

Color convert

RGB204220168-
CMYK0.0700.240.14
HSL78.46º42.62%76.08%-
HSV(B)78.46º23.64%86.27%-
XYZ57.5666.8546.92-
YUV209.29104.7124.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 168 (66.02% from 255) = 28.38%
R=34.46%
G=37.16%
B=28.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042201680.0700.240.1478.4642.6276.08
HexCCDCA87018E4e2b4c
Octal31433425070301611653114
Binary110011001101110010101000111011000111010011101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCA8; }

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

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

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

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

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

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

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

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