#CEE3AC

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

Shades of Reef #CEE3AC

Tints of Reef #CEE3AC

Color information

#CEE3AC (or 0xCEE3AC) is unknown color: approx Reef. HEX triplet: CE, E3 and AC. RGB value is (206,227,172). Sum of RGB (Red+Green+Blue) = 206+227+172=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE3AC is #311C53. Grayscale: #D6D6D6. Windows color (decimal): -3218516 or 11330510. OLE color: 11330510.

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

Color convert

RGB206227172-
CMYK0.0900.240.11
HSL82.91º49.55%78.24%-
HSV(B)82.91º24.23%89.02%-
XYZ60.3771.0449.56-
YUV214.45104.04121.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 227 (89.06% from 255) = 37.52%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=34.05%
G=37.52%
B=28.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062271720.0900.240.1182.9149.5578.24
HexCEE3AC9018B53324e
Octal316343254110301312362116
Binary1100111011100011101011001001011000101110100111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE3AC; }

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

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

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

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

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

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

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

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