#DAC0E4

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

Shades of Titan White #DAC0E4

Tints of Titan White #DAC0E4

Color information

#DAC0E4 (or 0xDAC0E4) is unknown color: approx Titan White. HEX triplet: DA, C0 and E4. RGB value is (218,192,228). Sum of RGB (Red+Green+Blue) = 218+192+228=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAC0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0E4 is #253F1B. Grayscale: #CBCBCB. Windows color (decimal): -2440988 or 14991578. OLE color: 14991578.

HSL color Cylindrical-coordinate representation of color #DAC0E4: hue angle of 283.33º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAC0E4 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218192228-
CMYK0.040.1600.11
HSL283.33º40%82.35%-
HSV(B)283.33º15.79%89.41%-
XYZ61.7758.2181.38-
YUV203.88141.61138.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 192 (75.39% from 255) = 30.09%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=34.17%
G=30.09%
B=35.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181922280.040.1600.11283.334082.35
HexDAC0E44100B11b2852
Octal33230034442001343350122
Binary11011010110000001110010010010000010111000110111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0E4; }

 p { color: rgb(218,192,228); }

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

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

 a { background-color: rgb(218,192,228); }

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

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

 span { border-color: rgb(218,192,228); }

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