#CCDDA0

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

Shades of Reef #CCDDA0

Tints of Reef #CCDDA0

Color information

#CCDDA0 (or 0xCCDDA0) is unknown color: approx Reef. HEX triplet: CC, DD and A0. RGB value is (204,221,160). Sum of RGB (Red+Green+Blue) = 204+221+160=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDA0 is #33225F. Grayscale: #D1D1D1. Windows color (decimal): -3351136 or 10542540. OLE color: 10542540.

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

Color convert

RGB204221160-
CMYK0.0800.280.13
HSL76.72º47.29%74.71%-
HSV(B)76.72º27.6%86.67%-
XYZ57.167.0943.2-
YUV208.96100.37124.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 160 (62.89% from 255) = 27.35%
R=34.87%
G=37.78%
B=27.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211600.0800.280.1376.7247.2974.71
HexCCDDA0801CD4d2f4b
Octal314335240100341511557113
Binary1100110011011101101000001000011100110110011011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDA0; }

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

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

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

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

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

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

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

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