#CCDD9C

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

Shades of Reef #CCDD9C

Tints of Reef #CCDD9C

Color information

#CCDD9C (or 0xCCDD9C) is unknown color: approx Reef. HEX triplet: CC, DD and 9C. RGB value is (204,221,156). Sum of RGB (Red+Green+Blue) = 204+221+156=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD9C is #332263. Grayscale: #D0D0D0. Windows color (decimal): -3351140 or 10280396. OLE color: 10280396.

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

Color convert

RGB204221156-
CMYK0.0800.290.13
HSL75.69º48.87%73.92%-
HSV(B)75.69º29.41%86.67%-
XYZ56.7666.9541.38-
YUV208.5198.37124.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 156 (61.33% from 255) = 26.85%
R=35.11%
G=38.04%
B=26.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211560.0800.290.1375.6948.8773.92
HexCCDD9C801DD4c314a
Octal314335234100351511461112
Binary1100110011011101100111001000011101110110011001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD9C; }

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

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

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

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

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

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

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

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