Html Css Color HEX #DBD7C5 Milk White

📋 copy color: '#DBD7C5'

red 219 ◦ green 215 ◦ blue 197

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

Shades of Milk White #DBD7C5

Tints of Milk White #DBD7C5

RGB

 RED value IS 219 (85.94% from 255) = 34.71%

 GREEN value IS 215 (84.38% from 255) = 34.07%

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

R = 34.71%
G = 34.07%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DBD7C5 (or 0xDBD7C5) is known color: Milk White. HEX triplet: DB, D7 and C5. RGB value is (219,215,197). Sum of RGB (Red+Green+Blue) = 219+215+197=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7C5 is #24283A. Grayscale: #D6D6D6. Windows color (decimal): -2369595 or 12965851. OLE color: 12965851.

HSL color Cylindrical-coordinate representation of color #DBD7C5: hue angle of 49.09º degrees, saturation: 0.23, 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 #DBD7C5 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 215 197 -
CMYK 0 0.02 0.10 0.14
HSL 49.09º 0.23% 0.82% -
HSV(B) 49.09º 0.1% 0.86% -
XYZ 63.59 67.69 62.54 -
YUV 214.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 219 215 197 0 0.02 0.10 0.14 49.09 0.23 0.82
Hex DB D7 C5 0 2 A E 31 17 52
Octal 333 327 305 0 2 12 16 61 27 122
Binary 11011011 11010111 11000101 0 10 1010 1110 110001 10111 1010010

Color Harmonies of #DBD7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD7C5

Black with #DBD7C5

Text Example


Text Example

White with #DBD7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD7C5; }

 p { color: rgb(219,215,197); }

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

background-color css

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

 a { background-color: rgb(219,215,197); }

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

border-color css

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

 span { border-color: rgb(219,215,197); }

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