#CDDD97

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

Shades of Reef #CDDD97

Tints of Reef #CDDD97

Color information

#CDDD97 (or 0xCDDD97) is unknown color: approx Reef. HEX triplet: CD, DD and 97. RGB value is (205,221,151). Sum of RGB (Red+Green+Blue) = 205+221+151=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD97 is #322268. Grayscale: #D0D0D0. Windows color (decimal): -3285609 or 9952717. OLE color: 9952717.

HSL color Cylindrical-coordinate representation of color #CDDD97: hue angle of 73.71º 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 #CDDD97 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB205221151-
CMYK0.0700.320.13
HSL73.71º50.72%72.94%-
HSV(B)73.71º31.67%86.67%-
XYZ56.6266.9339.21-
YUV208.2495.7125.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 151 (59.38% from 255) = 26.17%
R=35.53%
G=38.30%
B=26.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211510.0700.320.1373.7150.7272.94
HexCDDD977020D4a3349
Octal31533522770401511263111
Binary1100110111011101100101111110100000110110010101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDD97; }

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

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

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

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

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

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

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

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