#DAD8DB

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

Shades of Titan White #DAD8DB

Tints of Titan White #DAD8DB

Color information

#DAD8DB (or 0xDAD8DB) is unknown color: approx Titan White. HEX triplet: DA, D8 and DB. RGB value is (218,216,219). Sum of RGB (Red+Green+Blue) = 218+216+219=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8DB is #252724. Grayscale: #D8D8D8. Windows color (decimal): -2434853 or 14407898. OLE color: 14407898.

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

Color convert

RGB218216219-
CMYK0.000.0100.14
HSL280º4%85.29%-
HSV(B)280º1.37%85.88%-
XYZ66.2669.1376.87-
YUV216.94129.16128.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 216 (84.77% from 255) = 33.08%
BLUE value IS 219 (85.94% from 255) = 33.54%
R=33.38%
G=33.08%
B=33.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182162190.000.0100.14280485.29
HexDAD8DB010E118455
Octal332330333010164304125
Binary11011010110110001101101101011101000110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8DB; }

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

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

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

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

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

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

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

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