Html Css Color HEX #CEE2BB Ottoman

📋 copy color: '#CEE2BB'

red 206 ◦ green 226 ◦ blue 187

#CEE2BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ottoman #CEE2BB

Tints of Ottoman #CEE2BB

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 value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#CEE2BB (or 0xCEE2BB) is known color: 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

RGB 206 226 187 -
CMYK 0.09 0 0.17 0.11
HSL 90.77º 0.4% 0.81% -
HSV(B) 90.77º 0.17% 0.89% -
XYZ 61.62 71.1 57.49 -
YUV 215.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 206 226 187 0.09 0 0.17 0.11 90.77 0.4 0.81
Hex CE E2 BB 9 0 11 B 5B 28 51
Octal 316 342 273 11 0 21 13 133 50 121
Binary 11001110 11100010 10111011 1001 0 10001 1011 1011011 101000 1010001

Color Harmonies of #CEE2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2BB

Black with #CEE2BB

Text Example


Text Example

White with #CEE2BB

Text Example


Text Example

HTML Codes & Css Web 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>