#DACCDF

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

Shades of Titan White #DACCDF

Tints of Titan White #DACCDF

Color information

#DACCDF (or 0xDACCDF) is unknown color: approx Titan White. HEX triplet: DA, CC and DF. RGB value is (218,204,223). Sum of RGB (Red+Green+Blue) = 218+204+223=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 223 - color contains mainly: blue. Hex color #DACCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCDF is #253320. Grayscale: #D2D2D2. Windows color (decimal): -2437921 or 14666970. OLE color: 14666970.

HSL color Cylindrical-coordinate representation of color #DACCDF: hue angle of 284.21º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DACCDF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218204223-
CMYK0.020.0900.13
HSL284.21º22.89%83.73%-
HSV(B)284.21º8.52%87.45%-
XYZ63.8363.4278.69-
YUV210.35135.14133.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.80%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 223 (87.5% from 255) = 34.57%
R=33.80%
G=31.63%
B=34.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182042230.020.0900.13284.2122.8983.73
HexDACCDF290D11c1754
Octal33231433721101543427124
Binary11011010110011001101111110100101101100011100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCDF; }

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

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

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

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

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

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

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

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