#DACCE4

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

Shades of Titan White #DACCE4

Tints of Titan White #DACCE4

Color information

#DACCE4 (or 0xDACCE4) is unknown color: approx Titan White. HEX triplet: DA, CC and E4. RGB value is (218,204,228). Sum of RGB (Red+Green+Blue) = 218+204+228=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 228 - color contains mainly: blue. Hex color #DACCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCE4 is #25331B. Grayscale: #D2D2D2. Windows color (decimal): -2437916 or 14994650. OLE color: 14994650.

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

Color convert

RGB218204228-
CMYK0.040.1100.11
HSL275º30.77%84.71%-
HSV(B)275º10.53%89.41%-
XYZ64.5163.6982.29-
YUV210.92137.64133.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 228 (89.45% from 255) = 35.08%
R=33.54%
G=31.38%
B=35.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182042280.040.1100.1127530.7784.71
HexDACCE44B0B1131f55
Octal33231434441301342337125
Binary110110101100110011100100100101101011100010011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCE4; }

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

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

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

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

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

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

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

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