#CEEB9D

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

Shades of Reef #CEEB9D

Tints of Reef #CEEB9D

Color information

#CEEB9D (or 0xCEEB9D) is unknown color: approx Reef. HEX triplet: CE, EB and 9D. RGB value is (206,235,157). Sum of RGB (Red+Green+Blue) = 206+235+157=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEB9D is #311462. Grayscale: #D9D9D9. Windows color (decimal): -3216483 or 10349518. OLE color: 10349518.

HSL color Cylindrical-coordinate representation of color #CEEB9D: hue angle of 82.31º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEEB9D is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB206235157-
CMYK0.1200.330.08
HSL82.31º66.1%76.86%-
HSV(B)82.31º33.19%92.16%-
XYZ61.2574.9743.14-
YUV217.4493.89119.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 235 (92.19% from 255) = 39.30%
BLUE value IS 157 (61.72% from 255) = 26.25%
R=34.45%
G=39.30%
B=26.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062351570.1200.330.0882.3166.176.86
HexCEEB9DC021852424d
Octal3163532351404110122102115
Binary110011101110101110011101110001000011000101001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEB9D; }

 p { color: rgb(206,235,157); }

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

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

 a { background-color: rgb(206,235,157); }

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

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

 span { border-color: rgb(206,235,157); }

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