Html Css Color HEX #CEE2B9 Ottoman

📋 copy color: '#CEE2B9'

red 206 ◦ green 226 ◦ blue 185

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

Shades of Ottoman #CEE2B9

Tints of Ottoman #CEE2B9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.63%

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

R = 33.39%
G = 36.63%
B = 29.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#CEE2B9 (or 0xCEE2B9) is known color: Ottoman. HEX triplet: CE, E2 and B9. RGB value is (206,226,185). Sum of RGB (Red+Green+Blue) = 206+226+185=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2B9 is #311D46. Grayscale: #D7D7D7. Windows color (decimal): -3218759 or 12182222. OLE color: 12182222.

HSL color Cylindrical-coordinate representation of color #CEE2B9: hue angle of 89.27º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE2B9 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 185 -
CMYK 0.09 0 0.18 0.11
HSL 89.27º 0.41% 0.81% -
HSV(B) 89.27º 0.18% 0.89% -
XYZ 61.41 71.02 56.37 -
YUV 215.35 110.87 121.33 -
System Red Green Blue C M Y K H S L
Decimal 206 226 185 0.09 0 0.18 0.11 89.27 0.41 0.81
Hex CE E2 B9 9 0 12 B 59 29 51
Octal 316 342 271 11 0 22 13 131 51 121
Binary 11001110 11100010 10111001 1001 0 10010 1011 1011001 101001 1010001

Color Harmonies of #CEE2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2B9

Black with #CEE2B9

Text Example


Text Example

White with #CEE2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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