#DAC4E2

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

Shades of Titan White #DAC4E2

Tints of Titan White #DAC4E2

Color information

#DAC4E2 (or 0xDAC4E2) is unknown color: approx Titan White. HEX triplet: DA, C4 and E2. RGB value is (218,196,226). Sum of RGB (Red+Green+Blue) = 218+196+226=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAC4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4E2 is #253B1D. Grayscale: #CDCDCD. Windows color (decimal): -2439966 or 14861530. OLE color: 14861530.

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

Color convert

RGB218196226-
CMYK0.040.1300.11
HSL284º34.09%82.75%-
HSV(B)284º13.27%88.63%-
XYZ62.3859.8880.22-
YUV206139.29136.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 196 (76.95% from 255) = 30.62%
BLUE value IS 226 (88.67% from 255) = 35.31%
R=34.06%
G=30.62%
B=35.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181962260.040.1300.1128434.0982.75
HexDAC4E24D0B11c2253
Octal33230434241501343442123
Binary1101101011000100111000101001101010111000111001000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC4E2; }

 p { color: rgb(218,196,226); }

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

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

 a { background-color: rgb(218,196,226); }

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

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

 span { border-color: rgb(218,196,226); }

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