Html Css Color HEX #CEE0BB Ottoman

📋 copy color: '#CEE0BB'

red 206 ◦ green 224 ◦ blue 187

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

Shades of Ottoman #CEE0BB

Tints of Ottoman #CEE0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.31%

R = 33.39%
G = 36.3%
B = 30.31%

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

#CEE0BB (or 0xCEE0BB) is known color: Ottoman. HEX triplet: CE, E0 and BB. RGB value is (206,224,187). Sum of RGB (Red+Green+Blue) = 206+224+187=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE0BB is #311F44. Grayscale: #D6D6D6. Windows color (decimal): -3219269 or 12312782. OLE color: 12312782.

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

Color convert

RGB 206 224 187 -
CMYK 0.08 0 0.17 0.12
HSL 89.19º 0.37% 0.81% -
HSV(B) 89.19º 0.17% 0.88% -
XYZ 61.08 70.02 57.31 -
YUV 214.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 206 224 187 0.08 0 0.17 0.12 89.19 0.37 0.81
Hex CE E0 BB 8 0 11 C 59 25 51
Octal 316 340 273 10 0 21 14 131 45 121
Binary 11001110 11100000 10111011 1000 0 10001 1100 1011001 100101 1010001

Color Harmonies of #CEE0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0BB

Black with #CEE0BB

Text Example


Text Example

White with #CEE0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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