#CEE1B8

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

Shades of Ottoman #CEE1B8

Tints of Ottoman #CEE1B8

Color information

#CEE1B8 (or 0xCEE1B8) is unknown color: approx Ottoman. HEX triplet: CE, E1 and B8. RGB value is (206,225,184). Sum of RGB (Red+Green+Blue) = 206+225+184=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 184 (72.27% from 255 or 29.92% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1B8 is #311E47. Grayscale: #D6D6D6. Windows color (decimal): -3219016 or 12116430. OLE color: 12116430.

HSL color Cylindrical-coordinate representation of color #CEE1B8: hue angle of 87.8º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE1B8 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB206225184-
CMYK0.0800.180.12
HSL87.8º40.59%80.2%-
HSV(B)87.8º18.22%88.24%-
XYZ61.0370.4355.73-
YUV214.64110.71121.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.50%
GREEN value IS 225 (88.28% from 255) = 36.59%
BLUE value IS 184 (72.27% from 255) = 29.92%
R=33.50%
G=36.59%
B=29.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062251840.0800.180.1287.840.5980.2
HexCEE1B88012C582950
Octal316341270100221413051120
Binary1100111011100001101110001000010010110010110001010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1B8; }

 p { color: rgb(206,225,184); }

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

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

 a { background-color: rgb(206,225,184); }

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

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

 span { border-color: rgb(206,225,184); }

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