#DABFE5

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

Shades of Titan White #DABFE5

Tints of Titan White #DABFE5

Color information

#DABFE5 (or 0xDABFE5) is unknown color: approx Titan White. HEX triplet: DA, BF and E5. RGB value is (218,191,229). Sum of RGB (Red+Green+Blue) = 218+191+229=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #DABFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFE5 is #25401A. Grayscale: #CBCBCB. Windows color (decimal): -2441243 or 15056858. OLE color: 15056858.

HSL color Cylindrical-coordinate representation of color #DABFE5: hue angle of 282.63º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABFE5 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218191229-
CMYK0.050.1700.10
HSL282.63º42.22%82.35%-
HSV(B)282.63º16.59%89.8%-
XYZ61.6957.8282.04-
YUV203.4142.45138.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 229 (89.84% from 255) = 35.89%
R=34.17%
G=29.94%
B=35.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181912290.050.1700.10282.6342.2282.35
HexDABFE55110A11b2a52
Octal33227734552101243352122
Binary11011010101111111110010110110001010101000110111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFE5; }

 p { color: rgb(218,191,229); }

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

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

 a { background-color: rgb(218,191,229); }

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

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

 span { border-color: rgb(218,191,229); }

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