Html Css Color HEX #CEE1BD Ottoman

📋 copy color: '#CEE1BD'

red 206 ◦ green 225 ◦ blue 189

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

Shades of Ottoman #CEE1BD

Tints of Ottoman #CEE1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.48%

R = 33.23%
G = 36.29%
B = 30.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#CEE1BD (or 0xCEE1BD) is known color: Ottoman. HEX triplet: CE, E1 and BD. RGB value is (206,225,189). Sum of RGB (Red+Green+Blue) = 206+225+189=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1BD is #311E42. Grayscale: #D7D7D7. Windows color (decimal): -3219011 or 12444110. OLE color: 12444110.

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

Color convert

RGB 206 225 189 -
CMYK 0.08 0 0.16 0.12
HSL 91.67º 0.38% 0.81% -
HSV(B) 91.67º 0.16% 0.88% -
XYZ 61.56 70.65 58.54 -
YUV 215.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 206 225 189 0.08 0 0.16 0.12 91.67 0.38 0.81
Hex CE E1 BD 8 0 10 C 5C 26 51
Octal 316 341 275 10 0 20 14 134 46 121
Binary 11001110 11100001 10111101 1000 0 10000 1100 1011100 100110 1010001

Color Harmonies of #CEE1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1BD

Black with #CEE1BD

Text Example


Text Example

White with #CEE1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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