#DBB4CA

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

Shades of Twilight #DBB4CA

Tints of Twilight #DBB4CA

Color information

#DBB4CA (or 0xDBB4CA) is unknown color: approx Twilight. HEX triplet: DB, B4 and CA. RGB value is (219,180,202). Sum of RGB (Red+Green+Blue) = 219+180+202=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4CA is #244B35. Grayscale: #C2C2C2. Windows color (decimal): -2378550 or 13284571. OLE color: 13284571.

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

Color convert

RGB219180202-
CMYK00.180.080.14
HSL326.15º35.14%78.24%-
HSV(B)326.15º17.81%85.88%-
XYZ56.251.9762.95-
YUV194.17132.42145.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 180 (70.70% from 255) = 29.95%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=36.44%
G=29.95%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918020200.180.080.14326.1535.1478.24
HexDBB4CA0128E146234e
Octal333264312022101650643116
Binary110110111011010011001010010010100011101010001101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4CA; }

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

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

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

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

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

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

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

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