#CEED9E

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

Shades of Reef #CEED9E

Tints of Reef #CEED9E

Color information

#CEED9E (or 0xCEED9E) is unknown color: approx Reef. HEX triplet: CE, ED and 9E. RGB value is (206,237,158). Sum of RGB (Red+Green+Blue) = 206+237+158=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEED9E is #311261. Grayscale: #DBDBDB. Windows color (decimal): -3215970 or 10415566. OLE color: 10415566.

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

Color convert

RGB206237158-
CMYK0.1300.330.07
HSL83.54º68.7%77.45%-
HSV(B)83.54º33.33%92.94%-
XYZ61.9176.1643.78-
YUV218.7293.73118.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 158 (62.11% from 255) = 26.29%
R=34.28%
G=39.43%
B=26.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062371580.1300.330.0783.5468.777.45
HexCEED9ED021754454d
Octal316355236150417124105115
Binary11001110111011011001111011010100001111101010010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEED9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEED9E; }

 p { color: rgb(206,237,158); }

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

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

 a { background-color: rgb(206,237,158); }

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

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

 span { border-color: rgb(206,237,158); }

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