Html Css Color HEX #D0DEB9 Ottoman

📋 copy color: '#D0DEB9'

red 208 ◦ green 222 ◦ blue 185

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

Shades of Ottoman #D0DEB9

Tints of Ottoman #D0DEB9

RGB

 RED value IS 208 (81.64% from 255) = 33.82%

 GREEN value IS 222 (87.11% from 255) = 36.1%

 BLUE value IS 185 (72.66% from 255) = 30.08%

R = 33.82%
G = 36.1%
B = 30.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#D0DEB9 (or 0xD0DEB9) is known color: Ottoman. HEX triplet: D0, DE and B9. RGB value is (208,222,185). Sum of RGB (Red+Green+Blue) = 208+222+185=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DEB9 is #2F2146. Grayscale: #D5D5D5. Windows color (decimal): -3088711 or 12181200. OLE color: 12181200.

HSL color Cylindrical-coordinate representation of color #D0DEB9: hue angle of 82.7º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0DEB9 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 222 185 -
CMYK 0.06 0 0.17 0.13
HSL 82.7º 0.36% 0.8% -
HSV(B) 82.7º 0.17% 0.87% -
XYZ 60.89 69.16 56.04 -
YUV 213.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 208 222 185 0.06 0 0.17 0.13 82.7 0.36 0.8
Hex D0 DE B9 6 0 11 D 53 24 50
Octal 320 336 271 6 0 21 15 123 44 120
Binary 11010000 11011110 10111001 110 0 10001 1101 1010011 100100 1010000

Color Harmonies of #D0DEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DEB9

Black with #D0DEB9

Text Example


Text Example

White with #D0DEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DEB9; }

 p { color: rgb(208,222,185); }

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

background-color css

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

 a { background-color: rgb(208,222,185); }

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

border-color css

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

 span { border-color: rgb(208,222,185); }

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