#DACDE1

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

Shades of Titan White #DACDE1

Tints of Titan White #DACDE1

Color information

#DACDE1 (or 0xDACDE1) is unknown color: approx Titan White. HEX triplet: DA, CD and E1. RGB value is (218,205,225). Sum of RGB (Red+Green+Blue) = 218+205+225=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 225 (88.28% from 255 or 34.72% from 648); Max value from RGB is 225 - color contains mainly: blue. Hex color #DACDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDE1 is #25321E. Grayscale: #D3D3D3. Windows color (decimal): -2437663 or 14798298. OLE color: 14798298.

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

Color convert

RGB218205225-
CMYK0.030.0900.12
HSL279º25%84.31%-
HSV(B)279º8.89%88.24%-
XYZ64.346480.2-
YUV211.17135.81132.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.64%
GREEN value IS 205 (80.47% from 255) = 31.64%
BLUE value IS 225 (88.28% from 255) = 34.72%
R=33.64%
G=31.64%
B=34.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182052250.030.0900.122792584.31
HexDACDE1390C1171954
Octal33231534131101442731124
Binary11011010110011011110000111100101100100010111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDE1; }

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

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

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

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

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

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

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

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