#DACEE2

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

Shades of Titan White #DACEE2

Tints of Titan White #DACEE2

Color information

#DACEE2 (or 0xDACEE2) is unknown color: approx Titan White. HEX triplet: DA, CE and E2. RGB value is (218,206,226). Sum of RGB (Red+Green+Blue) = 218+206+226=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 226 - color contains mainly: blue. Hex color #DACEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEE2 is #25311D. Grayscale: #D3D3D3. Windows color (decimal): -2437406 or 14864090. OLE color: 14864090.

HSL color Cylindrical-coordinate representation of color #DACEE2: hue angle of 276º degrees, saturation: 0.26, 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 #DACEE2 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218206226-
CMYK0.040.0900.11
HSL276º25.64%84.71%-
HSV(B)276º8.85%88.63%-
XYZ64.7164.5481-
YUV211.87135.98132.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.54%
GREEN value IS 206 (80.86% from 255) = 31.69%
BLUE value IS 226 (88.67% from 255) = 34.77%
R=33.54%
G=31.69%
B=34.77%

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
Decimal2182062260.040.0900.1127625.6484.71
HexDACEE2490B1141a55
Octal33231634241101342432125
Binary110110101100111011100010100100101011100010100110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACEE2; }

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

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

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

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

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

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

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

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