#DAD7DC

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

Shades of Titan White #DAD7DC

Tints of Titan White #DAD7DC

Color information

#DAD7DC (or 0xDAD7DC) is unknown color: approx Titan White. HEX triplet: DA, D7 and DC. RGB value is (218,215,220). Sum of RGB (Red+Green+Blue) = 218+215+220=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7DC is #252823. Grayscale: #D8D8D8. Windows color (decimal): -2435108 or 14473178. OLE color: 14473178.

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

Color convert

RGB218215220-
CMYK0.010.0200.14
HSL276º6.67%85.29%-
HSV(B)276º2.27%86.27%-
XYZ66.1368.6777.48-
YUV216.47129.99129.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 215 (84.38% from 255) = 32.92%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=33.38%
G=32.92%
B=33.69%

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
Decimal2182152200.010.0200.142766.6785.29
HexDAD7DC120E114755
Octal332327334120164247125
Binary110110101101011111011100110011101000101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD7DC; }

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

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

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

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

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

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

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

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