#DAD1DC

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

Shades of Titan White #DAD1DC

Tints of Titan White #DAD1DC

Color information

#DAD1DC (or 0xDAD1DC) is unknown color: approx Titan White. HEX triplet: DA, D1 and DC. RGB value is (218,209,220). Sum of RGB (Red+Green+Blue) = 218+209+220=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1DC is #252E23. Grayscale: #D4D4D4. Windows color (decimal): -2436644 or 14471642. OLE color: 14471642.

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

Color convert

RGB218209220-
CMYK0.010.0500.14
HSL289.09º13.58%84.12%-
HSV(B)289.09º5%86.27%-
XYZ64.6365.6776.98-
YUV212.95131.98131.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 209 (82.03% from 255) = 32.30%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=33.69%
G=32.30%
B=34.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182092200.010.0500.14289.0913.5884.12
HexDAD1DC150E121e54
Octal3323213341501644116124
Binary11011010110100011101110011010111010010000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1DC; }

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

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

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

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

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

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

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

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