#DACAE3

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

Shades of Titan White #DACAE3

Tints of Titan White #DACAE3

Color information

#DACAE3 (or 0xDACAE3) is unknown color: approx Titan White. HEX triplet: DA, CA and E3. RGB value is (218,202,227). Sum of RGB (Red+Green+Blue) = 218+202+227=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 227 - color contains mainly: blue. Hex color #DACAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACAE3 is #25351C. Grayscale: #D1D1D1. Windows color (decimal): -2438429 or 14928602. OLE color: 14928602.

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

Color convert

RGB218202227-
CMYK0.040.1100.11
HSL278.4º30.86%84.12%-
HSV(B)278.4º11.01%89.02%-
XYZ63.962.6981.41-
YUV209.63137.8133.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 202 (79.30% from 255) = 31.22%
BLUE value IS 227 (89.06% from 255) = 35.09%
R=33.69%
G=31.22%
B=35.09%

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
Decimal2182022270.040.1100.11278.430.8684.12
HexDACAE34B0B1161f54
Octal33231234341301342637124
Binary110110101100101011100011100101101011100010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAE3; }

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

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

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

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

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

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

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

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