Html Css Color HEX #CED8BE Ottoman

📋 copy color: '#CED8BE'

red 206 ◦ green 216 ◦ blue 190

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

Shades of Ottoman #CED8BE

Tints of Ottoman #CED8BE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.29%

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

R = 33.66%
G = 35.29%
B = 31.05%

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

#CED8BE (or 0xCED8BE) is known color: Ottoman. HEX triplet: CE, D8 and BE. RGB value is (206,216,190). Sum of RGB (Red+Green+Blue) = 206+216+190=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED8BE is #312741. Grayscale: #D2D2D2. Windows color (decimal): -3221314 or 12507342. OLE color: 12507342.

HSL color Cylindrical-coordinate representation of color #CED8BE: hue angle of 83.08º degrees, saturation: 0.25, 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 #CED8BE is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 190 -
CMYK 0.05 0 0.12 0.15
HSL 83.08º 0.25% 0.8% -
HSV(B) 83.08º 0.12% 0.85% -
XYZ 59.3 65.95 58.32 -
YUV 210.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 206 216 190 0.05 0 0.12 0.15 83.08 0.25 0.8
Hex CE D8 BE 5 0 C F 53 19 50
Octal 316 330 276 5 0 14 17 123 31 120
Binary 11001110 11011000 10111110 101 0 1100 1111 1010011 11001 1010000

Color Harmonies of #CED8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED8BE

Black with #CED8BE

Text Example


Text Example

White with #CED8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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