#DAD5DC

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

Shades of Titan White #DAD5DC

Tints of Titan White #DAD5DC

Color information

#DAD5DC (or 0xDAD5DC) is unknown color: approx Titan White. HEX triplet: DA, D5 and DC. RGB value is (218,213,220). Sum of RGB (Red+Green+Blue) = 218+213+220=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5DC is #252A23. Grayscale: #D7D7D7. Windows color (decimal): -2435620 or 14472666. OLE color: 14472666.

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

Color convert

RGB218213220-
CMYK0.010.0300.14
HSL282.86º9.09%84.9%-
HSV(B)282.86º3.18%86.27%-
XYZ65.6367.6677.31-
YUV215.29130.66129.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 213 (83.59% from 255) = 32.72%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=33.49%
G=32.72%
B=33.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182132200.010.0300.14282.869.0984.9
HexDAD5DC130E11b955
Octal3323253341301643311125
Binary1101101011010101110111001110111010001101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5DC; }

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

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

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

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

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

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

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

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