#DBC0C2

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

Shades of Pink Flare #DBC0C2

Tints of Pink Flare #DBC0C2

Color information

#DBC0C2 (or 0xDBC0C2) is unknown color: approx Pink Flare. HEX triplet: DB, C0 and C2. RGB value is (219,192,194). Sum of RGB (Red+Green+Blue) = 219+192+194=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0C2 is #243F3D. Grayscale: #C8C8C8. Windows color (decimal): -2375486 or 12763355. OLE color: 12763355.

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

Color convert

RGB219192194-
CMYK00.120.110.14
HSL355.56º27.27%80.59%-
HSV(B)355.56º12.33%85.88%-
XYZ57.856.6558.93-
YUV200.3124.45141.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 192 (75.39% from 255) = 31.74%
BLUE value IS 194 (76.17% from 255) = 32.07%
R=36.20%
G=31.74%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919219400.120.110.14355.5627.2780.59
HexDBC0C20CBE1641b51
Octal333300302014131654433121
Binary1101101111000000110000100110010111110101100100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0C2; }

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

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

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

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

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

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

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

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