#CEE2BB

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

Shades of Ottoman #CEE2BB

Tints of Ottoman #CEE2BB

Color information

#CEE2BB (or 0xCEE2BB) is unknown color: approx Ottoman. HEX triplet: CE, E2 and BB. RGB value is (206,226,187). Sum of RGB (Red+Green+Blue) = 206+226+187=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2BB is #311D44. Grayscale: #D7D7D7. Windows color (decimal): -3218757 or 12313294. OLE color: 12313294.

HSL color Cylindrical-coordinate representation of color #CEE2BB: hue angle of 90.77º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEE2BB is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB206226187-
CMYK0.0900.170.11
HSL90.77º40.21%80.98%-
HSV(B)90.77º17.26%88.63%-
XYZ61.6271.157.49-
YUV215.57111.87121.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 226 (88.67% from 255) = 36.51%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=33.28%
G=36.51%
B=30.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062261870.0900.170.1190.7740.2180.98
HexCEE2BB9011B5b2851
Octal316342273110211313350121
Binary1100111011100010101110111001010001101110110111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE2BB; }

 p { color: rgb(206,226,187); }

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

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

 a { background-color: rgb(206,226,187); }

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

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

 span { border-color: rgb(206,226,187); }

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