#DBBDC0

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

Shades of Pink Flare #DBBDC0

Tints of Pink Flare #DBBDC0

Color information

#DBBDC0 (or 0xDBBDC0) is unknown color: approx Pink Flare. HEX triplet: DB, BD and C0. RGB value is (219,189,192). Sum of RGB (Red+Green+Blue) = 219+189+192=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDC0 is #24423F. Grayscale: #C6C6C6. Windows color (decimal): -2376256 or 12631515. OLE color: 12631515.

HSL color Cylindrical-coordinate representation of color #DBBDC0: hue angle of 354º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBDC0 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB219189192-
CMYK00.140.120.14
HSL354º29.41%80%-
HSV(B)354º13.7%85.88%-
XYZ56.9355.2657.54-
YUV198.31124.44142.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 192 (75.39% from 255) = 32%
R=36.5%
G=31.5%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918919200.140.120.1435429.4180
HexDBBDC00ECE1621d50
Octal333275300016141654235120
Binary1101101110111101110000000111011001110101100010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBDC0; }

 p { color: rgb(219,189,192); }

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

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

 a { background-color: rgb(219,189,192); }

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

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

 span { border-color: rgb(219,189,192); }

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