Html Css Color HEX #CEE2B5 Ottoman

📋 copy color: '#CEE2B5'

red 206 ◦ green 226 ◦ blue 181

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

Shades of Ottoman #CEE2B5

Tints of Ottoman #CEE2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.53%

R = 33.61%
G = 36.87%
B = 29.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#CEE2B5 (or 0xCEE2B5) is known color: Ottoman. HEX triplet: CE, E2 and B5. RGB value is (206,226,181). Sum of RGB (Red+Green+Blue) = 206+226+181=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2B5 is #311D4A. Grayscale: #D7D7D7. Windows color (decimal): -3218763 or 11920078. OLE color: 11920078.

HSL color Cylindrical-coordinate representation of color #CEE2B5: hue angle of 86.67º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEE2B5 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 181 -
CMYK 0.09 0 0.20 0.11
HSL 86.67º 0.44% 0.8% -
HSV(B) 86.67º 0.2% 0.89% -
XYZ 60.99 70.85 54.18 -
YUV 214.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 206 226 181 0.09 0 0.20 0.11 86.67 0.44 0.8
Hex CE E2 B5 9 0 14 B 57 2C 50
Octal 316 342 265 11 0 24 13 127 54 120
Binary 11001110 11100010 10110101 1001 0 10100 1011 1010111 101100 1010000

Color Harmonies of #CEE2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2B5

Black with #CEE2B5

Text Example


Text Example

White with #CEE2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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