Html Css Color HEX #CEE1BE Ottoman

📋 copy color: '#CEE1BE'

red 206 ◦ green 225 ◦ blue 190

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

Shades of Ottoman #CEE1BE

Tints of Ottoman #CEE1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.6%

R = 33.17%
G = 36.23%
B = 30.6%

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

#CEE1BE (or 0xCEE1BE) is known color: Ottoman. HEX triplet: CE, E1 and BE. RGB value is (206,225,190). Sum of RGB (Red+Green+Blue) = 206+225+190=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1BE is #311E41. Grayscale: #D7D7D7. Windows color (decimal): -3219010 or 12509646. OLE color: 12509646.

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

Color convert

RGB 206 225 190 -
CMYK 0.08 0 0.16 0.12
HSL 92.57º 0.37% 0.81% -
HSV(B) 92.57º 0.16% 0.88% -
XYZ 61.67 70.69 59.11 -
YUV 215.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 206 225 190 0.08 0 0.16 0.12 92.57 0.37 0.81
Hex CE E1 BE 8 0 10 C 5D 25 51
Octal 316 341 276 10 0 20 14 135 45 121
Binary 11001110 11100001 10111110 1000 0 10000 1100 1011101 100101 1010001

Color Harmonies of #CEE1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1BE

Black with #CEE1BE

Text Example


Text Example

White with #CEE1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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