Html Css Color HEX #CEE0BA Ottoman

📋 copy color: '#CEE0BA'

red 206 ◦ green 224 ◦ blue 186

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

Shades of Ottoman #CEE0BA

Tints of Ottoman #CEE0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.19%

R = 33.44%
G = 36.36%
B = 30.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#CEE0BA (or 0xCEE0BA) is known color: Ottoman. HEX triplet: CE, E0 and BA. RGB value is (206,224,186). Sum of RGB (Red+Green+Blue) = 206+224+186=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE0BA is #311F45. Grayscale: #D6D6D6. Windows color (decimal): -3219270 or 12247246. OLE color: 12247246.

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

Color convert

RGB 206 224 186 -
CMYK 0.08 0 0.17 0.12
HSL 88.42º 0.38% 0.8% -
HSV(B) 88.42º 0.17% 0.88% -
XYZ 60.97 69.98 56.75 -
YUV 214.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 206 224 186 0.08 0 0.17 0.12 88.42 0.38 0.8
Hex CE E0 BA 8 0 11 C 58 26 50
Octal 316 340 272 10 0 21 14 130 46 120
Binary 11001110 11100000 10111010 1000 0 10001 1100 1011000 100110 1010000

Color Harmonies of #CEE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0BA

Black with #CEE0BA

Text Example


Text Example

White with #CEE0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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