#CEE5AB

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

Shades of Reef #CEE5AB

Tints of Reef #CEE5AB

Color information

#CEE5AB (or 0xCEE5AB) is unknown color: approx Reef. HEX triplet: CE, E5 and AB. RGB value is (206,229,171). Sum of RGB (Red+Green+Blue) = 206+229+171=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE5AB is #311A54. Grayscale: #D7D7D7. Windows color (decimal): -3218005 or 11265486. OLE color: 11265486.

HSL color Cylindrical-coordinate representation of color #CEE5AB: hue angle of 83.79º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEE5AB is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB206229171-
CMYK0.1000.250.10
HSL83.79º52.73%78.43%-
HSV(B)83.79º25.33%89.8%-
XYZ60.8272.149.24-
YUV215.51102.88121.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.99%
GREEN value IS 229 (89.84% from 255) = 37.79%
BLUE value IS 171 (67.19% from 255) = 28.22%
R=33.99%
G=37.79%
B=28.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062291710.1000.250.1083.7952.7378.43
HexCEE5ABA019A54354e
Octal316345253120311212465116
Binary1100111011100101101010111010011001101010101001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5AB; }

 p { color: rgb(206,229,171); }

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

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

 a { background-color: rgb(206,229,171); }

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

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

 span { border-color: rgb(206,229,171); }

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