#DAD0E0

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

Shades of Titan White #DAD0E0

Tints of Titan White #DAD0E0

Color information

#DAD0E0 (or 0xDAD0E0) is unknown color: approx Titan White. HEX triplet: DA, D0 and E0. RGB value is (218,208,224). Sum of RGB (Red+Green+Blue) = 218+208+224=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAD0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0E0 is #252F1F. Grayscale: #D4D4D4. Windows color (decimal): -2436896 or 14733530. OLE color: 14733530.

HSL color Cylindrical-coordinate representation of color #DAD0E0: hue angle of 277.5º degrees, saturation: 0.21, 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 #DAD0E0 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218208224-
CMYK0.030.0700.12
HSL277.5º20.51%84.71%-
HSV(B)277.5º7.14%87.84%-
XYZ64.9265.479.72-
YUV212.81134.31131.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 208 (81.64% from 255) = 32%
BLUE value IS 224 (87.89% from 255) = 34.46%
R=33.54%
G=32%
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
Decimal2182082240.030.0700.12277.520.5184.71
HexDAD0E0370C1161555
Octal3323203403701442625125
Binary1101101011010000111000001111101100100010110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0E0; }

 p { color: rgb(218,208,224); }

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

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

 a { background-color: rgb(218,208,224); }

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

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

 span { border-color: rgb(218,208,224); }

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