Html Css Color HEX #D0DBC9 Ottoman

📋 copy color: '#D0DBC9'

red 208 ◦ green 219 ◦ blue 201

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

Shades of Ottoman #D0DBC9

Tints of Ottoman #D0DBC9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.87%

 BLUE value IS 201 (78.91% from 255) = 32.01%

R = 33.12%
G = 34.87%
B = 32.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#D0DBC9 (or 0xD0DBC9) is known color: Ottoman. HEX triplet: D0, DB and C9. RGB value is (208,219,201). Sum of RGB (Red+Green+Blue) = 208+219+201=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBC9 is #2F2436. Grayscale: #D5D5D5. Windows color (decimal): -3089463 or 13229008. OLE color: 13229008.

HSL color Cylindrical-coordinate representation of color #D0DBC9: hue angle of 96.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0DBC9 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 219 201 -
CMYK 0.05 0 0.08 0.14
HSL 96.67º 0.2% 0.82% -
HSV(B) 96.67º 0.08% 0.86% -
XYZ 61.89 68.29 65.18 -
YUV 213.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 208 219 201 0.05 0 0.08 0.14 96.67 0.2 0.82
Hex D0 DB C9 5 0 8 E 61 14 52
Octal 320 333 311 5 0 10 16 141 24 122
Binary 11010000 11011011 11001001 101 0 1000 1110 1100001 10100 1010010

Color Harmonies of #D0DBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DBC9

Black with #D0DBC9

Text Example


Text Example

White with #D0DBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DBC9; }

 p { color: rgb(208,219,201); }

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

background-color css

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

 a { background-color: rgb(208,219,201); }

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

border-color css

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

 span { border-color: rgb(208,219,201); }

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