#DAD2E1

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

Shades of Titan White #DAD2E1

Tints of Titan White #DAD2E1

Color information

#DAD2E1 (or 0xDAD2E1) is unknown color: approx Titan White. HEX triplet: DA, D2 and E1. RGB value is (218,210,225). Sum of RGB (Red+Green+Blue) = 218+210+225=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAD2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2E1 is #252D1E. Grayscale: #D6D6D6. Windows color (decimal): -2436383 or 14799578. OLE color: 14799578.

HSL color Cylindrical-coordinate representation of color #DAD2E1: hue angle of 272º degrees, saturation: 0.2, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAD2E1 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218210225-
CMYK0.030.0700.12
HSL272º20%85.29%-
HSV(B)272º6.67%88.24%-
XYZ65.5566.4380.6-
YUV214.1134.15130.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 210 (82.42% from 255) = 32.16%
BLUE value IS 225 (88.28% from 255) = 34.46%
R=33.38%
G=32.16%
B=34.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182102250.030.0700.122722085.29
HexDAD2E1370C1101455
Octal3323223413701442024125
Binary1101101011010010111000011111101100100010000101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2E1; }

 p { color: rgb(218,210,225); }

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

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

 a { background-color: rgb(218,210,225); }

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

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

 span { border-color: rgb(218,210,225); }

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