Html Css Color HEX #CEE0BE Ottoman

📋 copy color: '#CEE0BE'

red 206 ◦ green 224 ◦ blue 190

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

Shades of Ottoman #CEE0BE

Tints of Ottoman #CEE0BE

RGB

 RED value IS 206 (80.86% from 255) = 33.23%

 GREEN value IS 224 (87.89% from 255) = 36.13%

 BLUE value IS 190 (74.61% from 255) = 30.65%

R = 33.23%
G = 36.13%
B = 30.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#CEE0BE (or 0xCEE0BE) is known color: Ottoman. HEX triplet: CE, E0 and BE. RGB value is (206,224,190). Sum of RGB (Red+Green+Blue) = 206+224+190=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE0BE is #311F41. Grayscale: #D6D6D6. Windows color (decimal): -3219266 or 12509390. OLE color: 12509390.

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

Color convert

RGB 206 224 190 -
CMYK 0.08 0 0.15 0.12
HSL 91.76º 0.35% 0.81% -
HSV(B) 91.76º 0.15% 0.88% -
XYZ 61.4 70.15 59.02 -
YUV 214.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 206 224 190 0.08 0 0.15 0.12 91.76 0.35 0.81
Hex CE E0 BE 8 0 F C 5C 23 51
Octal 316 340 276 10 0 17 14 134 43 121
Binary 11001110 11100000 10111110 1000 0 1111 1100 1011100 100011 1010001

Color Harmonies of #CEE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0BE

Black with #CEE0BE

Text Example


Text Example

White with #CEE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0BE; }

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

 H1.HeaderClassName
 {
   color: #CEE0BE;
 }
 .AnyTagClassName
 {
   color: #CEE0BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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