#DBB2CD

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

Shades of Twilight #DBB2CD

Tints of Twilight #DBB2CD

Color information

#DBB2CD (or 0xDBB2CD) is unknown color: approx Twilight. HEX triplet: DB, B2 and CD. RGB value is (219,178,205). Sum of RGB (Red+Green+Blue) = 219+178+205=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2CD is #244D32. Grayscale: #C1C1C1. Windows color (decimal): -2379059 or 13480667. OLE color: 13480667.

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

Color convert

RGB219178205-
CMYK00.190.060.14
HSL320.49º36.28%77.84%-
HSV(B)320.49º18.72%85.88%-
XYZ56.1551.3164.7-
YUV193.34134.58146.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 178 (69.92% from 255) = 29.57%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=36.38%
G=29.57%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917820500.190.060.14320.4936.2877.84
HexDBB2CD0136E140244e
Octal33326231502361650044116
Binary11011011101100101100110101001111011101010000001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2CD; }

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

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

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

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

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

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

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

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