#CDDE95

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

Shades of Reef #CDDE95

Tints of Reef #CDDE95

Color information

#CDDE95 (or 0xCDDE95) is unknown color: approx Reef. HEX triplet: CD, DE and 95. RGB value is (205,222,149). Sum of RGB (Red+Green+Blue) = 205+222+149=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDE95 is #32216A. Grayscale: #D0D0D0. Windows color (decimal): -3285355 or 9821901. OLE color: 9821901.

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

Color convert

RGB205222149-
CMYK0.0800.330.13
HSL73.97º52.52%72.75%-
HSV(B)73.97º32.88%87.06%-
XYZ56.7267.3938.45-
YUV208.5994.37125.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 222 (87.11% from 255) = 38.54%
BLUE value IS 149 (58.59% from 255) = 25.87%
R=35.59%
G=38.54%
B=25.87%

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
Decimal2052221490.0800.330.1373.9752.5272.75
HexCDDE958021D4a3549
Octal315336225100411511265111
Binary11001101110111101001010110000100001110110010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE95; }

 p { color: rgb(205,222,149); }

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

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

 a { background-color: rgb(205,222,149); }

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

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

 span { border-color: rgb(205,222,149); }

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