Html Css Color HEX #D8D6CC Milk White

📋 copy color: '#D8D6CC'

red 216 ◦ green 214 ◦ blue 204

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

Shades of Milk White #D8D6CC

Tints of Milk White #D8D6CC

RGB

 RED value IS 216 (84.77% from 255) = 34.07%

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

 BLUE value IS 204 (80.08% from 255) = 32.18%

R = 34.07%
G = 33.75%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8D6CC (or 0xD8D6CC) is known color: Milk White. HEX triplet: D8, D6 and CC. RGB value is (216,214,204). Sum of RGB (Red+Green+Blue) = 216+214+204=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D6CC is #272933. Grayscale: #D5D5D5. Windows color (decimal): -2566452 or 13424344. OLE color: 13424344.

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

Color convert

RGB 216 214 204 -
CMYK 0 0.01 0.06 0.15
HSL 50º 0.13% 0.82% -
HSV(B) 50º 0.06% 0.85% -
XYZ 63.26 67.05 66.73 -
YUV 213.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 216 214 204 0 0.01 0.06 0.15 50 0.13 0.82
Hex D8 D6 CC 0 1 6 F 32 D 52
Octal 330 326 314 0 1 6 17 62 15 122
Binary 11011000 11010110 11001100 0 1 110 1111 110010 1101 1010010

Color Harmonies of #D8D6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D6CC

Black with #D8D6CC

Text Example


Text Example

White with #D8D6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D6CC; }

 p { color: rgb(216,214,204); }

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

background-color css

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

 a { background-color: rgb(216,214,204); }

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

border-color css

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

 span { border-color: rgb(216,214,204); }

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