#DACEE4

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

Shades of Titan White #DACEE4

Tints of Titan White #DACEE4

Color information

#DACEE4 (or 0xDACEE4) is unknown color: approx Titan White. HEX triplet: DA, CE and E4. RGB value is (218,206,228). Sum of RGB (Red+Green+Blue) = 218+206+228=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 228 - color contains mainly: blue. Hex color #DACEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEE4 is #25311B. Grayscale: #D4D4D4. Windows color (decimal): -2437404 or 14995162. OLE color: 14995162.

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

Color convert

RGB218206228-
CMYK0.040.1000.11
HSL272.73º28.95%85.1%-
HSV(B)272.73º9.65%89.41%-
XYZ64.9964.6582.45-
YUV212.1136.98132.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 228 (89.45% from 255) = 34.97%
R=33.44%
G=31.60%
B=34.97%

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
Decimal2182062280.040.1000.11272.7328.9585.1
HexDACEE44A0B1111d55
Octal33231634441201342135125
Binary110110101100111011100100100101001011100010001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACEE4; }

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

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

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

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

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

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

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

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