#CCDE95

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

Shades of Reef #CCDE95

Tints of Reef #CCDE95

Color information

#CCDE95 (or 0xCCDE95) is unknown color: approx Reef. HEX triplet: CC, DE and 95. RGB value is (204,222,149). Sum of RGB (Red+Green+Blue) = 204+222+149=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDE95 is #33216A. Grayscale: #D0D0D0. Windows color (decimal): -3350891 or 9821900. OLE color: 9821900.

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

Color convert

RGB204222149-
CMYK0.0800.330.13
HSL74.79º52.52%72.75%-
HSV(B)74.79º32.88%87.06%-
XYZ56.4567.2538.44-
YUV208.394.54124.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 222 (87.11% from 255) = 38.61%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=35.48%
G=38.61%
B=25.91%

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
Decimal2042221490.0800.330.1374.7952.5272.75
HexCCDE958021D4b3549
Octal314336225100411511365111
Binary11001100110111101001010110000100001110110010111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDE95; }

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

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

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

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

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

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

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

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