Html Css Color HEX #DAD8CE Milk White

📋 copy color: '#DAD8CE'

red 218 ◦ green 216 ◦ blue 206

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

Shades of Milk White #DAD8CE

Tints of Milk White #DAD8CE

RGB

 RED value IS 218 (85.55% from 255) = 34.06%

 GREEN value IS 216 (84.77% from 255) = 33.75%

 BLUE value IS 206 (80.86% from 255) = 32.19%

R = 34.06%
G = 33.75%
B = 32.19%

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

#DAD8CE (or 0xDAD8CE) is known color: Milk White. HEX triplet: DA, D8 and CE. RGB value is (218,216,206). Sum of RGB (Red+Green+Blue) = 218+216+206=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 216 (84.77% from 255 or 33.75% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8CE is #252731. Grayscale: #D7D7D7. Windows color (decimal): -2434866 or 13555930. OLE color: 13555930.

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

Color convert

RGB 218 216 206 -
CMYK 0 0.01 0.06 0.15
HSL 50º 0.14% 0.83% -
HSV(B) 50º 0.06% 0.85% -
XYZ 64.61 68.47 68.2 -
YUV 215.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 218 216 206 0 0.01 0.06 0.15 50 0.14 0.83
Hex DA D8 CE 0 1 6 F 32 E 53
Octal 332 330 316 0 1 6 17 62 16 123
Binary 11011010 11011000 11001110 0 1 110 1111 110010 1110 1010011

Color Harmonies of #DAD8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD8CE

Black with #DAD8CE

Text Example


Text Example

White with #DAD8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD8CE; }

 p { color: rgb(218,216,206); }

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

background-color css

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

 a { background-color: rgb(218,216,206); }

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

border-color css

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

 span { border-color: rgb(218,216,206); }

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