#DAD4DD

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

Shades of Titan White #DAD4DD

Tints of Titan White #DAD4DD

Color information

#DAD4DD (or 0xDAD4DD) is unknown color: approx Titan White. HEX triplet: DA, D4 and DD. RGB value is (218,212,221). Sum of RGB (Red+Green+Blue) = 218+212+221=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD4DD is #252B22. Grayscale: #D6D6D6. Windows color (decimal): -2435875 or 14537946. OLE color: 14537946.

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

Color convert

RGB218212221-
CMYK0.010.0400.13
HSL280º11.69%84.9%-
HSV(B)280º4.07%86.67%-
XYZ65.5167.2177.93-
YUV214.82131.49130.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 212 (83.20% from 255) = 32.57%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=33.49%
G=32.57%
B=33.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182122210.010.0400.1328011.6984.9
HexDAD4DD140D118c55
Octal3323243351401543014125
Binary11011010110101001101110111000110110001100011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4DD; }

 p { color: rgb(218,212,221); }

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

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

 a { background-color: rgb(218,212,221); }

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

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

 span { border-color: rgb(218,212,221); }

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