#DAC7E6

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

Shades of Titan White #DAC7E6

Tints of Titan White #DAC7E6

Color information

#DAC7E6 (or 0xDAC7E6) is unknown color: approx Titan White. HEX triplet: DA, C7 and E6. RGB value is (218,199,230). Sum of RGB (Red+Green+Blue) = 218+199+230=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 230 (90.23% from 255 or 35.55% from 647); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAC7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC7E6 is #253819. Grayscale: #D0D0D0. Windows color (decimal): -2439194 or 15124442. OLE color: 15124442.

HSL color Cylindrical-coordinate representation of color #DAC7E6: hue angle of 276.77º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC7E6 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218199230-
CMYK0.050.1300.10
HSL276.77º38.27%84.12%-
HSV(B)276.77º13.48%90.2%-
XYZ63.6261.4783.37-
YUV208.22140.29134.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 199 (78.12% from 255) = 30.76%
BLUE value IS 230 (90.23% from 255) = 35.55%
R=33.69%
G=30.76%
B=35.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181992300.050.1300.10276.7738.2784.12
HexDAC7E65D0A1152654
Octal33230734651501242546124
Binary1101101011000111111001101011101010101000101011001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC7E6; }

 p { color: rgb(218,199,230); }

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

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

 a { background-color: rgb(218,199,230); }

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

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

 span { border-color: rgb(218,199,230); }

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