#CEE7AA

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

Shades of Reef #CEE7AA

Tints of Reef #CEE7AA

Color information

#CEE7AA (or 0xCEE7AA) is unknown color: approx Reef. HEX triplet: CE, E7 and AA. RGB value is (206,231,170). Sum of RGB (Red+Green+Blue) = 206+231+170=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE7AA is #311855. Grayscale: #D8D8D8. Windows color (decimal): -3217494 or 11200462. OLE color: 11200462.

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

Color convert

RGB206231170-
CMYK0.1100.260.09
HSL84.59º55.96%78.63%-
HSV(B)84.59º26.41%90.59%-
XYZ61.2973.1848.92-
YUV216.57101.72120.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.94%
GREEN value IS 231 (90.62% from 255) = 38.06%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=33.94%
G=38.06%
B=28.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062311700.1100.260.0984.5955.9678.63
HexCEE7AAB01A955384f
Octal316347252130321112570117
Binary1100111011100111101010101011011010100110101011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7AA; }

 p { color: rgb(206,231,170); }

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

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

 a { background-color: rgb(206,231,170); }

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

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

 span { border-color: rgb(206,231,170); }

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