#CCDD97

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

Shades of Reef #CCDD97

Tints of Reef #CCDD97

Color information

#CCDD97 (or 0xCCDD97) is unknown color: approx Reef. HEX triplet: CC, DD and 97. RGB value is (204,221,151). Sum of RGB (Red+Green+Blue) = 204+221+151=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 151 (59.38% from 255 or 26.22% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDD97 is #332268. Grayscale: #D0D0D0. Windows color (decimal): -3351145 or 9952716. OLE color: 9952716.

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

Color convert

RGB204221151-
CMYK0.0800.320.13
HSL74.57º50.72%72.94%-
HSV(B)74.57º31.67%86.67%-
XYZ56.3466.7839.2-
YUV207.9495.87125.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 151 (59.38% from 255) = 26.22%
R=35.42%
G=38.37%
B=26.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042211510.0800.320.1374.5750.7272.94
HexCCDD978020D4b3349
Octal314335227100401511363111
Binary11001100110111011001011110000100000110110010111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDD97; }

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

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

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

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

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

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

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

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