#DCB4B5

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

Shades of Pink Flare #DCB4B5

Tints of Pink Flare #DCB4B5

Color information

#DCB4B5 (or 0xDCB4B5) is unknown color: approx Pink Flare. HEX triplet: DC, B4 and B5. RGB value is (220,180,181). Sum of RGB (Red+Green+Blue) = 220+180+181=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4B5 is #234B4A. Grayscale: #C0C0C0. Windows color (decimal): -2313035 or 11908316. OLE color: 11908316.

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

Color convert

RGB220180181-
CMYK00.180.180.14
HSL358.5º36.36%78.43%-
HSV(B)358.5º18.18%86.27%-
XYZ54.1851.1950.74-
YUV192.07121.75147.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 180 (70.70% from 255) = 30.98%
BLUE value IS 181 (71.09% from 255) = 31.15%
R=37.87%
G=30.98%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018018100.180.180.14358.536.3678.43
HexDCB4B501212E166244e
Octal334264265022221654644116
Binary1101110010110100101101010100101001011101011001101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4B5; }

 p { color: rgb(220,180,181); }

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

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

 a { background-color: rgb(220,180,181); }

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

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

 span { border-color: rgb(220,180,181); }

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