#CCEE9D

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

Shades of Reef #CCEE9D

Tints of Reef #CCEE9D

Color information

#CCEE9D (or 0xCCEE9D) is unknown color: approx Reef. HEX triplet: CC, EE and 9D. RGB value is (204,238,157). Sum of RGB (Red+Green+Blue) = 204+238+157=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEE9D is #331162. Grayscale: #DADADA. Windows color (decimal): -3346787 or 10350284. OLE color: 10350284.

HSL color Cylindrical-coordinate representation of color #CCEE9D: hue angle of 85.19º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCEE9D is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB204238157-
CMYK0.1400.340.07
HSL85.19º70.43%77.45%-
HSV(B)85.19º34.03%93.33%-
XYZ61.5676.4243.4-
YUV218.693.24117.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 238 (93.36% from 255) = 39.73%
BLUE value IS 157 (61.72% from 255) = 26.21%
R=34.06%
G=39.73%
B=26.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381570.1400.340.0785.1970.4377.45
HexCCEE9DE022755464d
Octal314356235160427125106115
Binary11001100111011101001110111100100010111101010110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEE9D; }

 p { color: rgb(204,238,157); }

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

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

 a { background-color: rgb(204,238,157); }

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

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

 span { border-color: rgb(204,238,157); }

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