#CCDDA6

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

Shades of Reef #CCDDA6

Tints of Reef #CCDDA6

Color information

#CCDDA6 (or 0xCCDDA6) is unknown color: approx Reef. HEX triplet: CC, DD and A6. RGB value is (204,221,166). Sum of RGB (Red+Green+Blue) = 204+221+166=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDA6 is #332259. Grayscale: #D1D1D1. Windows color (decimal): -3351130 or 10935756. OLE color: 10935756.

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

Color convert

RGB204221166-
CMYK0.0800.250.13
HSL78.55º44.72%75.88%-
HSV(B)78.55º24.89%86.67%-
XYZ57.6467.346.03-
YUV209.65103.37123.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=34.52%
G=37.39%
B=28.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211660.0800.250.1378.5544.7275.88
HexCCDDA68019D4f2d4c
Octal314335246100311511755114
Binary1100110011011101101001101000011001110110011111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDA6; }

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

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

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

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

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

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

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

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