#DBB0CA

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

Shades of Twilight #DBB0CA

Tints of Twilight #DBB0CA

Color information

#DBB0CA (or 0xDBB0CA) is unknown color: approx Twilight. HEX triplet: DB, B0 and CA. RGB value is (219,176,202). Sum of RGB (Red+Green+Blue) = 219+176+202=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0CA is #244F35. Grayscale: #BFBFBF. Windows color (decimal): -2379574 or 13283547. OLE color: 13283547.

HSL color Cylindrical-coordinate representation of color #DBB0CA: hue angle of 323.72º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB0CA is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB219176202-
CMYK00.200.080.14
HSL323.72º37.39%77.45%-
HSV(B)323.72º19.63%85.88%-
XYZ55.450.3862.68-
YUV191.82133.75147.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 176 (69.14% from 255) = 29.48%
BLUE value IS 202 (79.30% from 255) = 33.84%
R=36.68%
G=29.48%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917620200.200.080.14323.7237.3977.45
HexDBB0CA0148E144254d
Octal333260312024101650445115
Binary110110111011000011001010010100100011101010001001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB0CA; }

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

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

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

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

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

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

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

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