Html Css Color HEX #CEE0B9 Ottoman

📋 copy color: '#CEE0B9'

red 206 ◦ green 224 ◦ blue 185

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

Shades of Ottoman #CEE0B9

Tints of Ottoman #CEE0B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.08%

R = 33.5%
G = 36.42%
B = 30.08%

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

#CEE0B9 (or 0xCEE0B9) is known color: Ottoman. HEX triplet: CE, E0 and B9. RGB value is (206,224,185). Sum of RGB (Red+Green+Blue) = 206+224+185=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE0B9 is #311F46. Grayscale: #D6D6D6. Windows color (decimal): -3219271 or 12181710. OLE color: 12181710.

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

Color convert

RGB 206 224 185 -
CMYK 0.08 0 0.17 0.12
HSL 87.69º 0.39% 0.8% -
HSV(B) 87.69º 0.17% 0.88% -
XYZ 60.87 69.94 56.19 -
YUV 214.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 206 224 185 0.08 0 0.17 0.12 87.69 0.39 0.8
Hex CE E0 B9 8 0 11 C 58 27 50
Octal 316 340 271 10 0 21 14 130 47 120
Binary 11001110 11100000 10111001 1000 0 10001 1100 1011000 100111 1010000

Color Harmonies of #CEE0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0B9

Black with #CEE0B9

Text Example


Text Example

White with #CEE0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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