#DBBFC1

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

Shades of Pink Flare #DBBFC1

Tints of Pink Flare #DBBFC1

Color information

#DBBFC1 (or 0xDBBFC1) is unknown color: approx Pink Flare. HEX triplet: DB, BF and C1. RGB value is (219,191,193). Sum of RGB (Red+Green+Blue) = 219+191+193=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFC1 is #24403E. Grayscale: #C7C7C7. Windows color (decimal): -2375743 or 12697563. OLE color: 12697563.

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

Color convert

RGB219191193-
CMYK00.130.120.14
HSL355.71º28%80.39%-
HSV(B)355.71º12.79%85.88%-
XYZ57.4756.1758.27-
YUV199.6124.28141.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 193 (75.78% from 255) = 32.01%
R=36.32%
G=31.67%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919119300.130.120.14355.712880.39
HexDBBFC10DCE1641c50
Octal333277301015141654434120
Binary1101101110111111110000010110111001110101100100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFC1; }

 p { color: rgb(219,191,193); }

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

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

 a { background-color: rgb(219,191,193); }

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

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

 span { border-color: rgb(219,191,193); }

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