#DBC6C7

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

Shades of Pink Flare #DBC6C7

Tints of Pink Flare #DBC6C7

Color information

#DBC6C7 (or 0xDBC6C7) is unknown color: approx Pink Flare. HEX triplet: DB, C6 and C7. RGB value is (219,198,199). Sum of RGB (Red+Green+Blue) = 219+198+199=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6C7 is #243938. Grayscale: #CCCCCC. Windows color (decimal): -2373945 or 13092571. OLE color: 13092571.

HSL color Cylindrical-coordinate representation of color #DBC6C7: hue angle of 357.14º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC6C7 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219198199-
CMYK00.100.090.14
HSL357.14º22.58%81.76%-
HSV(B)357.14º9.59%85.88%-
XYZ59.7259.5762.38-
YUV204.39124.96138.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 198 (77.73% from 255) = 32.14%
BLUE value IS 199 (78.12% from 255) = 32.31%
R=35.55%
G=32.14%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919819900.100.090.14357.1422.5881.76
HexDBC6C70A9E1651752
Octal333306307012111654527122
Binary1101101111000110110001110101010011110101100101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC6C7; }

 p { color: rgb(219,198,199); }

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

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

 a { background-color: rgb(219,198,199); }

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

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

 span { border-color: rgb(219,198,199); }

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