Html Css Color HEX #D0DCC5 Ottoman

📋 copy color: '#D0DCC5'

red 208 ◦ green 220 ◦ blue 197

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

Shades of Ottoman #D0DCC5

Tints of Ottoman #D0DCC5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.2%

 BLUE value IS 197 (77.34% from 255) = 31.52%

R = 33.28%
G = 35.2%
B = 31.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#D0DCC5 (or 0xD0DCC5) is known color: Ottoman. HEX triplet: D0, DC and C5. RGB value is (208,220,197). Sum of RGB (Red+Green+Blue) = 208+220+197=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCC5 is #2F233A. Grayscale: #D5D5D5. Windows color (decimal): -3089211 or 12967120. OLE color: 12967120.

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

Color convert

RGB 208 220 197 -
CMYK 0.05 0 0.10 0.14
HSL 91.3º 0.25% 0.82% -
HSV(B) 91.3º 0.1% 0.86% -
XYZ 61.68 68.63 62.82 -
YUV 213.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 208 220 197 0.05 0 0.10 0.14 91.3 0.25 0.82
Hex D0 DC C5 5 0 A E 5B 19 52
Octal 320 334 305 5 0 12 16 133 31 122
Binary 11010000 11011100 11000101 101 0 1010 1110 1011011 11001 1010010

Color Harmonies of #D0DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DCC5

Black with #D0DCC5

Text Example


Text Example

White with #D0DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DCC5; }

 p { color: rgb(208,220,197); }

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

background-color css

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

 a { background-color: rgb(208,220,197); }

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

border-color css

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

 span { border-color: rgb(208,220,197); }

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