#CEE49D

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

Shades of Reef #CEE49D

Tints of Reef #CEE49D

Color information

#CEE49D (or 0xCEE49D) is unknown color: approx Reef. HEX triplet: CE, E4 and 9D. RGB value is (206,228,157). Sum of RGB (Red+Green+Blue) = 206+228+157=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE49D is #311B62. Grayscale: #D5D5D5. Windows color (decimal): -3218275 or 10347726. OLE color: 10347726.

HSL color Cylindrical-coordinate representation of color #CEE49D: hue angle of 78.59º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEE49D is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB206228157-
CMYK0.1000.310.11
HSL78.59º56.8%75.49%-
HSV(B)78.59º31.14%89.41%-
XYZ59.2871.0442.49-
YUV213.3396.21122.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 228 (89.45% from 255) = 38.58%
BLUE value IS 157 (61.72% from 255) = 26.57%
R=34.86%
G=38.58%
B=26.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062281570.1000.310.1178.5956.875.49
HexCEE49DA01FB4f394b
Octal316344235120371311771113
Binary1100111011100100100111011010011111101110011111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE49D; }

 p { color: rgb(206,228,157); }

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

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

 a { background-color: rgb(206,228,157); }

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

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

 span { border-color: rgb(206,228,157); }

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