#DAD8DC

Color #DAD8DC Titan White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Titan White #DAD8DC

Tints of Titan White #DAD8DC

Color information

#DAD8DC (or 0xDAD8DC) is unknown color: approx Titan White. HEX triplet: DA, D8 and DC. RGB value is (218,216,220). Sum of RGB (Red+Green+Blue) = 218+216+220=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAD8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8DC is #252723. Grayscale: #D9D9D9. Windows color (decimal): -2434852 or 14473434. OLE color: 14473434.

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

Color convert

RGB218216220-
CMYK0.010.0200.14
HSL270º5.41%85.49%-
HSV(B)270º1.82%86.27%-
XYZ66.3969.1877.57-
YUV217.05129.66128.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 216 (84.77% from 255) = 33.03%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=33.33%
G=33.03%
B=33.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182162200.010.0200.142705.4185.49
HexDAD8DC120E10e555
Octal332330334120164165125
Binary110110101101100011011100110011101000011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8DC; }

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

 H1.HeaderClassName
 {
   color: #DAD8DC;
 }
 .AnyTagClassName
 {
   color: #DAD8DC;
 }
</style>
background-color css

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

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

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

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

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

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