#CEE1BA

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

Shades of Ottoman #CEE1BA

Tints of Ottoman #CEE1BA

Color information

#CEE1BA (or 0xCEE1BA) is unknown color: approx Ottoman. HEX triplet: CE, E1 and BA. RGB value is (206,225,186). Sum of RGB (Red+Green+Blue) = 206+225+186=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1BA is #311E45. Grayscale: #D7D7D7. Windows color (decimal): -3219014 or 12247502. OLE color: 12247502.

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

Color convert

RGB206225186-
CMYK0.0800.170.12
HSL89.23º39.39%80.59%-
HSV(B)89.23º17.33%88.24%-
XYZ61.2470.5256.84-
YUV214.87111.71121.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.39%
GREEN value IS 225 (88.28% from 255) = 36.47%
BLUE value IS 186 (73.05% from 255) = 30.15%
R=33.39%
G=36.47%
B=30.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062251860.0800.170.1289.2339.3980.59
HexCEE1BA8011C592751
Octal316341272100211413147121
Binary1100111011100001101110101000010001110010110011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1BA; }

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

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

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

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

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

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

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

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