#DBB0CB

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

Shades of Twilight #DBB0CB

Tints of Twilight #DBB0CB

Color information

#DBB0CB (or 0xDBB0CB) is unknown color: approx Twilight. HEX triplet: DB, B0 and CB. RGB value is (219,176,203). Sum of RGB (Red+Green+Blue) = 219+176+203=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0CB is #244F34. Grayscale: #BFBFBF. Windows color (decimal): -2379573 or 13349083. OLE color: 13349083.

HSL color Cylindrical-coordinate representation of color #DBB0CB: hue angle of 322.33º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB0CB is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219176203-
CMYK00.200.070.14
HSL322.33º37.39%77.45%-
HSV(B)322.33º19.63%85.88%-
XYZ55.5250.4263.31-
YUV191.94134.25147.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.62%
GREEN value IS 176 (69.14% from 255) = 29.43%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=36.62%
G=29.43%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917620300.200.070.14322.3337.3977.45
HexDBB0CB0147E142254d
Octal33326031302471650245115
Binary11011011101100001100101101010011111101010000101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB0CB; }

 p { color: rgb(219,176,203); }

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

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

 a { background-color: rgb(219,176,203); }

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

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

 span { border-color: rgb(219,176,203); }

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