#DBB2C6

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

Shades of Twilight #DBB2C6

Tints of Twilight #DBB2C6

Color information

#DBB2C6 (or 0xDBB2C6) is unknown color: approx Twilight. HEX triplet: DB, B2 and C6. RGB value is (219,178,198). Sum of RGB (Red+Green+Blue) = 219+178+198=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2C6 is #244D39. Grayscale: #C0C0C0. Windows color (decimal): -2379066 or 13021915. OLE color: 13021915.

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

Color convert

RGB219178198-
CMYK00.190.100.14
HSL330.73º36.28%77.84%-
HSV(B)330.73º18.72%85.88%-
XYZ55.3350.9860.35-
YUV192.54131.08146.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 178 (69.92% from 255) = 29.92%
BLUE value IS 198 (77.73% from 255) = 33.28%
R=36.81%
G=29.92%
B=33.28%

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
Decimal21917819800.190.100.14330.7336.2877.84
HexDBB2C6013AE14b244e
Octal333262306023121651344116
Binary110110111011001011000110010011101011101010010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2C6; }

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

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

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

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

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

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

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

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