#CCDD9A

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

Shades of Reef #CCDD9A

Tints of Reef #CCDD9A

Color information

#CCDD9A (or 0xCCDD9A) is unknown color: approx Reef. HEX triplet: CC, DD and 9A. RGB value is (204,221,154). Sum of RGB (Red+Green+Blue) = 204+221+154=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD9A is #332265. Grayscale: #D0D0D0. Windows color (decimal): -3351142 or 10149324. OLE color: 10149324.

HSL color Cylindrical-coordinate representation of color #CCDD9A: hue angle of 75.22º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCDD9A is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB204221154-
CMYK0.0800.300.13
HSL75.22º49.63%73.53%-
HSV(B)75.22º30.32%86.67%-
XYZ56.5966.8840.5-
YUV208.2897.37124.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 154 (60.55% from 255) = 26.60%
R=35.23%
G=38.17%
B=26.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211540.0800.300.1375.2249.6373.53
HexCCDD9A801ED4b324a
Octal314335232100361511362112
Binary1100110011011101100110101000011110110110010111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD9A; }

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

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

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

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

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

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

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

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