#CEE3B2

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

Shades of Reef #CEE3B2

Tints of Reef #CEE3B2

Color information

#CEE3B2 (or 0xCEE3B2) is unknown color: approx Reef. HEX triplet: CE, E3 and B2. RGB value is (206,227,178). Sum of RGB (Red+Green+Blue) = 206+227+178=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE3B2 is #311C4D. Grayscale: #D7D7D7. Windows color (decimal): -3218510 or 11723726. OLE color: 11723726.

HSL color Cylindrical-coordinate representation of color #CEE3B2: hue angle of 85.71º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEE3B2 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB206227178-
CMYK0.0900.220.11
HSL85.71º46.67%79.41%-
HSV(B)85.71º21.59%89.02%-
XYZ60.9671.2752.66-
YUV215.14107.04121.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.72%
GREEN value IS 227 (89.06% from 255) = 37.15%
BLUE value IS 178 (69.92% from 255) = 29.13%
R=33.72%
G=37.15%
B=29.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062271780.0900.220.1185.7146.6779.41
HexCEE3B29016B562f4f
Octal316343262110261312657117
Binary1100111011100011101100101001010110101110101101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE3B2; }

 p { color: rgb(206,227,178); }

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

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

 a { background-color: rgb(206,227,178); }

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

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

 span { border-color: rgb(206,227,178); }

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