Html Css Color HEX #CEE0BF Ottoman

📋 copy color: '#CEE0BF'

red 206 ◦ green 224 ◦ blue 191

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

Shades of Ottoman #CEE0BF

Tints of Ottoman #CEE0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.76%

R = 33.17%
G = 36.07%
B = 30.76%

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

#CEE0BF (or 0xCEE0BF) is known color: Ottoman. HEX triplet: CE, E0 and BF. RGB value is (206,224,191). Sum of RGB (Red+Green+Blue) = 206+224+191=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE0BF is #311F40. Grayscale: #D6D6D6. Windows color (decimal): -3219265 or 12574926. OLE color: 12574926.

HSL color Cylindrical-coordinate representation of color #CEE0BF: hue angle of 92.73º 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 #CEE0BF is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 191 -
CMYK 0.08 0 0.15 0.12
HSL 92.73º 0.35% 0.81% -
HSV(B) 92.73º 0.15% 0.88% -
XYZ 61.51 70.19 59.6 -
YUV 214.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 206 224 191 0.08 0 0.15 0.12 92.73 0.35 0.81
Hex CE E0 BF 8 0 F C 5D 23 51
Octal 316 340 277 10 0 17 14 135 43 121
Binary 11001110 11100000 10111111 1000 0 1111 1100 1011101 100011 1010001

Color Harmonies of #CEE0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0BF

Black with #CEE0BF

Text Example


Text Example

White with #CEE0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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