#CEE2A7

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

Shades of Reef #CEE2A7

Tints of Reef #CEE2A7

Color information

#CEE2A7 (or 0xCEE2A7) is unknown color: approx Reef. HEX triplet: CE, E2 and A7. RGB value is (206,226,167). Sum of RGB (Red+Green+Blue) = 206+226+167=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 167 (65.62% from 255 or 27.88% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE2A7 is #311D58. Grayscale: #D5D5D5. Windows color (decimal): -3218777 or 11002574. OLE color: 11002574.

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

Color convert

RGB206226167-
CMYK0.0900.260.11
HSL80.34º50.43%77.06%-
HSV(B)80.34º26.11%88.63%-
XYZ59.6370.346.99-
YUV213.29101.87122.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.39%
GREEN value IS 226 (88.67% from 255) = 37.73%
BLUE value IS 167 (65.62% from 255) = 27.88%
R=34.39%
G=37.73%
B=27.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062261670.0900.260.1180.3450.4377.06
HexCEE2A7901AB50324d
Octal316342247110321312062115
Binary1100111011100010101001111001011010101110100001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE2A7; }

 p { color: rgb(206,226,167); }

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

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

 a { background-color: rgb(206,226,167); }

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

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

 span { border-color: rgb(206,226,167); }

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