#DACCE5

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

Shades of Titan White #DACCE5

Tints of Titan White #DACCE5

Color information

#DACCE5 (or 0xDACCE5) is unknown color: approx Titan White. HEX triplet: DA, CC and E5. RGB value is (218,204,229). Sum of RGB (Red+Green+Blue) = 218+204+229=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #DACCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCE5 is #25331A. Grayscale: #D2D2D2. Windows color (decimal): -2437915 or 15060186. OLE color: 15060186.

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

Color convert

RGB218204229-
CMYK0.050.1100.10
HSL273.6º32.47%84.9%-
HSV(B)273.6º10.92%89.8%-
XYZ64.6563.7583.03-
YUV211.04138.14132.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 229 (89.84% from 255) = 35.18%
R=33.49%
G=31.34%
B=35.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182042290.050.1100.10273.632.4784.9
HexDACCE55B0A1122055
Octal33231434551301242240125
Binary1101101011001100111001011011011010101000100101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCE5; }

 p { color: rgb(218,204,229); }

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

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

 a { background-color: rgb(218,204,229); }

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

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

 span { border-color: rgb(218,204,229); }

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