#DACCE1

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

Shades of Titan White #DACCE1

Tints of Titan White #DACCE1

Color information

#DACCE1 (or 0xDACCE1) is unknown color: approx Titan White. HEX triplet: DA, CC and E1. RGB value is (218,204,225). Sum of RGB (Red+Green+Blue) = 218+204+225=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 225 - color contains mainly: blue. Hex color #DACCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCE1 is #25331E. Grayscale: #D2D2D2. Windows color (decimal): -2437919 or 14798042. OLE color: 14798042.

HSL color Cylindrical-coordinate representation of color #DACCE1: hue angle of 280º degrees, saturation: 0.26, 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 #DACCE1 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218204225-
CMYK0.030.0900.12
HSL280º25.93%84.12%-
HSV(B)280º9.33%88.24%-
XYZ64.163.5380.12-
YUV210.58136.14133.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 225 (88.28% from 255) = 34.78%
R=33.69%
G=31.53%
B=34.78%

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
Decimal2182042250.030.0900.1228025.9384.12
HexDACCE1390C1181a54
Octal33231434131101443032124
Binary11011010110011001110000111100101100100011000110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCE1; }

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

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

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

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

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

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

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

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