Html Css Color HEX #D9D6CA Milk White

📋 copy color: '#D9D6CA'

red 217 ◦ green 214 ◦ blue 202

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

Shades of Milk White #D9D6CA

Tints of Milk White #D9D6CA

RGB

 RED value IS 217 (85.16% from 255) = 34.28%

 GREEN value IS 214 (83.98% from 255) = 33.81%

 BLUE value IS 202 (79.3% from 255) = 31.91%

R = 34.28%
G = 33.81%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D9D6CA (or 0xD9D6CA) is known color: Milk White. HEX triplet: D9, D6 and CA. RGB value is (217,214,202). Sum of RGB (Red+Green+Blue) = 217+214+202=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D6CA is #262935. Grayscale: #D5D5D5. Windows color (decimal): -2500918 or 13293273. OLE color: 13293273.

HSL color Cylindrical-coordinate representation of color #D9D6CA: hue angle of 48º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9D6CA is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 214 202 -
CMYK 0 0.01 0.07 0.15
HSL 48º 0.16% 0.82% -
HSV(B) 48º 0.07% 0.85% -
XYZ 63.32 67.11 65.49 -
YUV 213.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 217 214 202 0 0.01 0.07 0.15 48 0.16 0.82
Hex D9 D6 CA 0 1 7 F 30 10 52
Octal 331 326 312 0 1 7 17 60 20 122
Binary 11011001 11010110 11001010 0 1 111 1111 110000 10000 1010010

Color Harmonies of #D9D6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D6CA

Black with #D9D6CA

Text Example


Text Example

White with #D9D6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D6CA; }

 p { color: rgb(217,214,202); }

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

background-color css

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

 a { background-color: rgb(217,214,202); }

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

border-color css

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

 span { border-color: rgb(217,214,202); }

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