#CDDF96

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

Shades of Reef #CDDF96

Tints of Reef #CDDF96

Color information

#CDDF96 (or 0xCDDF96) is unknown color: approx Reef. HEX triplet: CD, DF and 96. RGB value is (205,223,150). Sum of RGB (Red+Green+Blue) = 205+223+150=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDF96 is #322069. Grayscale: #D1D1D1. Windows color (decimal): -3285098 or 9887693. OLE color: 9887693.

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

Color convert

RGB205223150-
CMYK0.0800.330.13
HSL74.79º53.28%73.14%-
HSV(B)74.79º32.74%87.45%-
XYZ57.0767.9638.96-
YUV209.394.54124.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 223 (87.5% from 255) = 38.58%
BLUE value IS 150 (58.98% from 255) = 25.95%
R=35.47%
G=38.58%
B=25.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231500.0800.330.1374.7953.2873.14
HexCDDF968021D4b3549
Octal315337226100411511365111
Binary11001101110111111001011010000100001110110010111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDF96; }

 p { color: rgb(205,223,150); }

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

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

 a { background-color: rgb(205,223,150); }

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

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

 span { border-color: rgb(205,223,150); }

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