Html Css Color HEX #CED9BE Ottoman

📋 copy color: '#CED9BE'

red 206 ◦ green 217 ◦ blue 190

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

Shades of Ottoman #CED9BE

Tints of Ottoman #CED9BE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.4%

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

R = 33.61%
G = 35.4%
B = 31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#CED9BE (or 0xCED9BE) is known color: Ottoman. HEX triplet: CE, D9 and BE. RGB value is (206,217,190). Sum of RGB (Red+Green+Blue) = 206+217+190=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 217 - color contains mainly: green. Hex color #CED9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED9BE is #312641. Grayscale: #D2D2D2. Windows color (decimal): -3221058 or 12507598. OLE color: 12507598.

HSL color Cylindrical-coordinate representation of color #CED9BE: hue angle of 84.44º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED9BE is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 190 -
CMYK 0.05 0 0.12 0.15
HSL 84.44º 0.26% 0.8% -
HSV(B) 84.44º 0.12% 0.85% -
XYZ 59.56 66.47 58.41 -
YUV 210.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 206 217 190 0.05 0 0.12 0.15 84.44 0.26 0.8
Hex CE D9 BE 5 0 C F 54 1A 50
Octal 316 331 276 5 0 14 17 124 32 120
Binary 11001110 11011001 10111110 101 0 1100 1111 1010100 11010 1010000

Color Harmonies of #CED9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED9BE

Black with #CED9BE

Text Example


Text Example

White with #CED9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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