Html Css Color HEX #CEE1BB Ottoman

📋 copy color: '#CEE1BB'

red 206 ◦ green 225 ◦ blue 187

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

Shades of Ottoman #CEE1BB

Tints of Ottoman #CEE1BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.26%

R = 33.33%
G = 36.41%
B = 30.26%

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

#CEE1BB (or 0xCEE1BB) is known color: Ottoman. HEX triplet: CE, E1 and BB. RGB value is (206,225,187). Sum of RGB (Red+Green+Blue) = 206+225+187=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1BB is #311E44. Grayscale: #D7D7D7. Windows color (decimal): -3219013 or 12313038. OLE color: 12313038.

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

Color convert

RGB 206 225 187 -
CMYK 0.08 0 0.17 0.12
HSL 90º 0.39% 0.81% -
HSV(B) 90º 0.17% 0.88% -
XYZ 61.35 70.56 57.4 -
YUV 214.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 206 225 187 0.08 0 0.17 0.12 90 0.39 0.81
Hex CE E1 BB 8 0 11 C 5A 27 51
Octal 316 341 273 10 0 21 14 132 47 121
Binary 11001110 11100001 10111011 1000 0 10001 1100 1011010 100111 1010001

Color Harmonies of #CEE1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1BB

Black with #CEE1BB

Text Example


Text Example

White with #CEE1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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