#DBB2CB

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

Shades of Twilight #DBB2CB

Tints of Twilight #DBB2CB

Color information

#DBB2CB (or 0xDBB2CB) is unknown color: approx Twilight. HEX triplet: DB, B2 and CB. RGB value is (219,178,203). Sum of RGB (Red+Green+Blue) = 219+178+203=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2CB is #244D34. Grayscale: #C1C1C1. Windows color (decimal): -2379061 or 13349595. OLE color: 13349595.

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

Color convert

RGB219178203-
CMYK00.190.070.14
HSL323.41º36.28%77.84%-
HSV(B)323.41º18.72%85.88%-
XYZ55.9151.2163.44-
YUV193.11133.58146.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 178 (69.92% from 255) = 29.67%
BLUE value IS 203 (79.69% from 255) = 33.83%
R=36.5%
G=29.67%
B=33.83%

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
Decimal21917820300.190.070.14323.4136.2877.84
HexDBB2CB0137E143244e
Octal33326231302371650344116
Binary11011011101100101100101101001111111101010000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2CB; }

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

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

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

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

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

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

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

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