#DBB1C5

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

Shades of Twilight #DBB1C5

Tints of Twilight #DBB1C5

Color information

#DBB1C5 (or 0xDBB1C5) is unknown color: approx Twilight. HEX triplet: DB, B1 and C5. RGB value is (219,177,197). Sum of RGB (Red+Green+Blue) = 219+177+197=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1C5 is #244E3A. Grayscale: #BFBFBF. Windows color (decimal): -2379323 or 12956123. OLE color: 12956123.

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

Color convert

RGB219177197-
CMYK00.190.100.14
HSL331.43º36.84%77.65%-
HSV(B)331.43º19.18%85.88%-
XYZ55.0150.5459.68-
YUV191.84130.91147.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 177 (69.53% from 255) = 29.85%
BLUE value IS 197 (77.34% from 255) = 33.22%
R=36.93%
G=29.85%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917719700.190.100.14331.4336.8477.65
HexDBB1C5013AE14b254e
Octal333261305023121651345116
Binary110110111011000111000101010011101011101010010111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1C5; }

 p { color: rgb(219,177,197); }

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

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

 a { background-color: rgb(219,177,197); }

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

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

 span { border-color: rgb(219,177,197); }

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