#DCBDBE

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

Shades of Pink Flare #DCBDBE

Tints of Pink Flare #DCBDBE

Color information

#DCBDBE (or 0xDCBDBE) is unknown color: approx Pink Flare. HEX triplet: DC, BD and BE. RGB value is (220,189,190). Sum of RGB (Red+Green+Blue) = 220+189+190=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDBE is #234241. Grayscale: #C6C6C6. Windows color (decimal): -2310722 or 12500444. OLE color: 12500444.

HSL color Cylindrical-coordinate representation of color #DCBDBE: hue angle of 358.06º degrees, saturation: 0.31, 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 #DCBDBE is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220189190-
CMYK00.140.140.14
HSL358.06º30.69%80.2%-
HSV(B)358.06º14.09%86.27%-
XYZ57.0155.3356.39-
YUV198.38123.27143.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 189 (74.22% from 255) = 31.55%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=36.73%
G=31.55%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018919000.140.140.14358.0630.6980.2
HexDCBDBE0EEE1661f50
Octal334275276016161654637120
Binary1101110010111101101111100111011101110101100110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDBE; }

 p { color: rgb(220,189,190); }

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

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

 a { background-color: rgb(220,189,190); }

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

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

 span { border-color: rgb(220,189,190); }

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