#DBCAE5

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

Shades of Titan White #DBCAE5

Tints of Titan White #DBCAE5

Color information

#DBCAE5 (or 0xDBCAE5) is unknown color: approx Titan White. HEX triplet: DB, CA and E5. RGB value is (219,202,229). Sum of RGB (Red+Green+Blue) = 219+202+229=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBCAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAE5 is #24351A. Grayscale: #D2D2D2. Windows color (decimal): -2372891 or 15059675. OLE color: 15059675.

HSL color Cylindrical-coordinate representation of color #DBCAE5: hue angle of 277.78º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBCAE5 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219202229-
CMYK0.040.1200.10
HSL277.78º34.18%84.51%-
HSV(B)277.78º11.79%89.8%-
XYZ64.4862.9682.88-
YUV210.16138.63134.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 229 (89.84% from 255) = 35.23%
R=33.69%
G=31.08%
B=35.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192022290.040.1200.10277.7834.1884.51
HexDBCAE54C0A1162255
Octal33331234541401242642125
Binary1101101111001010111001011001100010101000101101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAE5; }

 p { color: rgb(219,202,229); }

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

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

 a { background-color: rgb(219,202,229); }

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

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

 span { border-color: rgb(219,202,229); }

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