#CFEE9D

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

Shades of Reef #CFEE9D

Tints of Reef #CFEE9D

Color information

#CFEE9D (or 0xCFEE9D) is unknown color: approx Reef. HEX triplet: CF, EE and 9D. RGB value is (207,238,157). Sum of RGB (Red+Green+Blue) = 207+238+157=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEE9D is #301162. Grayscale: #DBDBDB. Windows color (decimal): -3150179 or 10350287. OLE color: 10350287.

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

Color convert

RGB207238157-
CMYK0.1300.340.07
HSL82.96º70.43%77.45%-
HSV(B)82.96º34.03%93.33%-
XYZ62.3976.8543.44-
YUV219.592.73119.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.39%
GREEN value IS 238 (93.36% from 255) = 39.53%
BLUE value IS 157 (61.72% from 255) = 26.08%
R=34.39%
G=39.53%
B=26.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072381570.1300.340.0782.9670.4377.45
HexCFEE9DD022753464d
Octal317356235150427123106115
Binary11001111111011101001110111010100010111101001110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEE9D; }

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

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

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

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

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

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

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

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