Html Css Color HEX #CEE1BA Ottoman

📋 copy color: '#CEE1BA'

red 206 ◦ green 225 ◦ blue 186

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

Shades of Ottoman #CEE1BA

Tints of Ottoman #CEE1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.47%

 BLUE value IS 186 (73.05% from 255) = 30.15%

R = 33.39%
G = 36.47%
B = 30.15%

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

#CEE1BA (or 0xCEE1BA) is known color: Ottoman. HEX triplet: CE, E1 and BA. RGB value is (206,225,186). Sum of RGB (Red+Green+Blue) = 206+225+186=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1BA is #311E45. Grayscale: #D7D7D7. Windows color (decimal): -3219014 or 12247502. OLE color: 12247502.

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

Color convert

RGB 206 225 186 -
CMYK 0.08 0 0.17 0.12
HSL 89.23º 0.39% 0.81% -
HSV(B) 89.23º 0.17% 0.88% -
XYZ 61.24 70.52 56.84 -
YUV 214.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 206 225 186 0.08 0 0.17 0.12 89.23 0.39 0.81
Hex CE E1 BA 8 0 11 C 59 27 51
Octal 316 341 272 10 0 21 14 131 47 121
Binary 11001110 11100001 10111010 1000 0 10001 1100 1011001 100111 1010001

Color Harmonies of #CEE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1BA

Black with #CEE1BA

Text Example


Text Example

White with #CEE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1BA; }

 p { color: rgb(206,225,186); }

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

background-color css

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

 a { background-color: rgb(206,225,186); }

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

border-color css

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

 span { border-color: rgb(206,225,186); }

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