#CEE1BE

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

Shades of Ottoman #CEE1BE

Tints of Ottoman #CEE1BE

Color information

#CEE1BE (or 0xCEE1BE) is unknown color: approx Ottoman. HEX triplet: CE, E1 and BE. RGB value is (206,225,190). Sum of RGB (Red+Green+Blue) = 206+225+190=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1BE is #311E41. Grayscale: #D7D7D7. Windows color (decimal): -3219010 or 12509646. OLE color: 12509646.

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

Color convert

RGB206225190-
CMYK0.0800.160.12
HSL92.57º36.84%81.37%-
HSV(B)92.57º15.56%88.24%-
XYZ61.6770.6959.11-
YUV215.33113.71121.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 225 (88.28% from 255) = 36.23%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=33.17%
G=36.23%
B=30.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062251900.0800.160.1292.5736.8481.37
HexCEE1BE8010C5d2551
Octal316341276100201413545121
Binary1100111011100001101111101000010000110010111011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1BE; }

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

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

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

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

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

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

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

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