#DBCAD5

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

Shades of Twilight #DBCAD5

Tints of Twilight #DBCAD5

Color information

#DBCAD5 (or 0xDBCAD5) is unknown color: approx Twilight. HEX triplet: DB, CA and D5. RGB value is (219,202,213). Sum of RGB (Red+Green+Blue) = 219+202+213=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAD5 is #24352A. Grayscale: #D0D0D0. Windows color (decimal): -2372907 or 14011099. OLE color: 14011099.

HSL color Cylindrical-coordinate representation of color #DBCAD5: hue angle of 321.18º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCAD5 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219202213-
CMYK00.080.030.14
HSL321.18º19.1%82.55%-
HSV(B)321.18º7.76%85.88%-
XYZ62.3462.1171.65-
YUV208.34130.63135.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=34.54%
G=31.86%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920221300.080.030.14321.1819.182.55
HexDBCAD5083E1411353
Octal33331232501031650123123
Binary11011011110010101101010101000111110101000001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAD5; }

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

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

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

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

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

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

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

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