#DBB2C8

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

Shades of Twilight #DBB2C8

Tints of Twilight #DBB2C8

Color information

#DBB2C8 (or 0xDBB2C8) is unknown color: approx Twilight. HEX triplet: DB, B2 and C8. RGB value is (219,178,200). Sum of RGB (Red+Green+Blue) = 219+178+200=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2C8 is #244D37. Grayscale: #C0C0C0. Windows color (decimal): -2379064 or 13152987. OLE color: 13152987.

HSL color Cylindrical-coordinate representation of color #DBB2C8: hue angle of 327.8º degrees, saturation: 0.36, 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 #DBB2C8 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219178200-
CMYK00.190.090.14
HSL327.8º36.28%77.84%-
HSV(B)327.8º18.72%85.88%-
XYZ55.5651.0761.57-
YUV192.77132.08146.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 178 (69.92% from 255) = 29.82%
BLUE value IS 200 (78.52% from 255) = 33.50%
R=36.68%
G=29.82%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917820000.190.090.14327.836.2877.84
HexDBB2C80139E148244e
Octal333262310023111651044116
Binary110110111011001011001000010011100111101010010001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2C8; }

 p { color: rgb(219,178,200); }

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

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

 a { background-color: rgb(219,178,200); }

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

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

 span { border-color: rgb(219,178,200); }

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