#DBB2CC

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

Shades of Twilight #DBB2CC

Tints of Twilight #DBB2CC

Color information

#DBB2CC (or 0xDBB2CC) is unknown color: approx Twilight. HEX triplet: DB, B2 and CC. RGB value is (219,178,204). Sum of RGB (Red+Green+Blue) = 219+178+204=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2CC is #244D33. Grayscale: #C1C1C1. Windows color (decimal): -2379060 or 13415131. OLE color: 13415131.

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

Color convert

RGB219178204-
CMYK00.190.070.14
HSL321.95º36.28%77.84%-
HSV(B)321.95º18.72%85.88%-
XYZ56.0351.2664.07-
YUV193.22134.08146.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 178 (69.92% from 255) = 29.62%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=36.44%
G=29.62%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917820400.190.070.14321.9536.2877.84
HexDBB2CC0137E142244e
Octal33326231402371650244116
Binary11011011101100101100110001001111111101010000101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2CC; }

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

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

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

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

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

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

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

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