#DACCE3

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

Shades of Titan White #DACCE3

Tints of Titan White #DACCE3

Color information

#DACCE3 (or 0xDACCE3) is unknown color: approx Titan White. HEX triplet: DA, CC and E3. RGB value is (218,204,227). Sum of RGB (Red+Green+Blue) = 218+204+227=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 227 - color contains mainly: blue. Hex color #DACCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCE3 is #25331C. Grayscale: #D2D2D2. Windows color (decimal): -2437917 or 14929114. OLE color: 14929114.

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

Color convert

RGB218204227-
CMYK0.040.1000.11
HSL276.52º29.11%84.51%-
HSV(B)276.52º10.13%89.02%-
XYZ64.3763.6481.56-
YUV210.81137.14133.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 227 (89.06% from 255) = 34.98%
R=33.59%
G=31.43%
B=34.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182042270.040.1000.11276.5229.1184.51
HexDACCE34A0B1151d55
Octal33231434341201342535125
Binary110110101100110011100011100101001011100010101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCE3; }

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

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

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

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

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

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

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

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