#DBB5CA

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

Shades of Twilight #DBB5CA

Tints of Twilight #DBB5CA

Color information

#DBB5CA (or 0xDBB5CA) is unknown color: approx Twilight. HEX triplet: DB, B5 and CA. RGB value is (219,181,202). Sum of RGB (Red+Green+Blue) = 219+181+202=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5CA is #244A35. Grayscale: #C2C2C2. Windows color (decimal): -2378294 or 13284827. OLE color: 13284827.

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

Color convert

RGB219181202-
CMYK00.170.080.14
HSL326.84º34.55%78.43%-
HSV(B)326.84º17.35%85.88%-
XYZ56.452.3763.01-
YUV194.76132.09145.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 181 (71.09% from 255) = 30.07%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=36.38%
G=30.07%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918120200.170.080.14326.8434.5578.43
HexDBB5CA0118E147234e
Octal333265312021101650743116
Binary110110111011010111001010010001100011101010001111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5CA; }

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

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

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

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

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

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

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

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