#DACEE3

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

Shades of Titan White #DACEE3

Tints of Titan White #DACEE3

Color information

#DACEE3 (or 0xDACEE3) is unknown color: approx Titan White. HEX triplet: DA, CE and E3. RGB value is (218,206,227). Sum of RGB (Red+Green+Blue) = 218+206+227=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 227 - color contains mainly: blue. Hex color #DACEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEE3 is #25311C. Grayscale: #D3D3D3. Windows color (decimal): -2437405 or 14929626. OLE color: 14929626.

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

Color convert

RGB218206227-
CMYK0.040.0900.11
HSL274.29º27.27%84.9%-
HSV(B)274.29º9.25%89.02%-
XYZ64.8564.5981.72-
YUV211.98136.48132.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 227 (89.06% from 255) = 34.87%
R=33.49%
G=31.64%
B=34.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182062270.040.0900.11274.2927.2784.9
HexDACEE3490B1121b55
Octal33231634341101342233125
Binary110110101100111011100011100100101011100010010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACEE3; }

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

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

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

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

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

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

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

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