#CEEDB0

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

Shades of Reef #CEEDB0

Tints of Reef #CEEDB0

Color information

#CEEDB0 (or 0xCEEDB0) is unknown color: approx Reef. HEX triplet: CE, ED and B0. RGB value is (206,237,176). Sum of RGB (Red+Green+Blue) = 206+237+176=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEDB0 is #31124F. Grayscale: #DCDCDC. Windows color (decimal): -3215952 or 11595214. OLE color: 11595214.

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

Color convert

RGB206237176-
CMYK0.1300.260.07
HSL90.49º62.89%80.98%-
HSV(B)90.49º25.74%92.94%-
XYZ63.5776.8252.55-
YUV220.78102.73117.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 176 (69.14% from 255) = 28.43%
R=33.28%
G=38.29%
B=28.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062371760.1300.260.0790.4962.8980.98
HexCEEDB0D01A75a3f51
Octal31635526015032713277121
Binary110011101110110110110000110101101011110110101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEDB0; }

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

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

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

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

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

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

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

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