#CCDDAC

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

Shades of Reef #CCDDAC

Tints of Reef #CCDDAC

Color information

#CCDDAC (or 0xCCDDAC) is unknown color: approx Reef. HEX triplet: CC, DD and AC. RGB value is (204,221,172). Sum of RGB (Red+Green+Blue) = 204+221+172=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDAC is #332253. Grayscale: #D2D2D2. Windows color (decimal): -3351124 or 11328972. OLE color: 11328972.

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

Color convert

RGB204221172-
CMYK0.0800.220.13
HSL80.82º41.88%77.06%-
HSV(B)80.82º22.17%86.67%-
XYZ58.267.5349-
YUV210.33106.37123.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 221 (86.72% from 255) = 37.02%
BLUE value IS 172 (67.58% from 255) = 28.81%
R=34.17%
G=37.02%
B=28.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211720.0800.220.1380.8241.8877.06
HexCCDDAC8016D512a4d
Octal314335254100261512152115
Binary1100110011011101101011001000010110110110100011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDAC; }

 p { color: rgb(204,221,172); }

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

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

 a { background-color: rgb(204,221,172); }

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

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

 span { border-color: rgb(204,221,172); }

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