Html Css Color HEX #CEE0C0 Ottoman

📋 copy color: '#CEE0C0'

red 206 ◦ green 224 ◦ blue 192

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

Shades of Ottoman #CEE0C0

Tints of Ottoman #CEE0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.87%

R = 33.12%
G = 36.01%
B = 30.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#CEE0C0 (or 0xCEE0C0) is known color: Ottoman. HEX triplet: CE, E0 and C0. RGB value is (206,224,192). Sum of RGB (Red+Green+Blue) = 206+224+192=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE0C0 is #311F3F. Grayscale: #D7D7D7. Windows color (decimal): -3219264 or 12640462. OLE color: 12640462.

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

Color convert

RGB 206 224 192 -
CMYK 0.08 0 0.14 0.12
HSL 93.75º 0.34% 0.82% -
HSV(B) 93.75º 0.14% 0.88% -
XYZ 61.62 70.24 60.18 -
YUV 214.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 206 224 192 0.08 0 0.14 0.12 93.75 0.34 0.82
Hex CE E0 C0 8 0 E C 5E 22 52
Octal 316 340 300 10 0 16 14 136 42 122
Binary 11001110 11100000 11000000 1000 0 1110 1100 1011110 100010 1010010

Color Harmonies of #CEE0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0C0

Black with #CEE0C0

Text Example


Text Example

White with #CEE0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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