#DDBCBD

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

Shades of Pink Flare #DDBCBD

Tints of Pink Flare #DDBCBD

Color information

#DDBCBD (or 0xDDBCBD) is unknown color: approx Pink Flare. HEX triplet: DD, BC and BD. RGB value is (221,188,189). Sum of RGB (Red+Green+Blue) = 221+188+189=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCBD is #224342. Grayscale: #C6C6C6. Windows color (decimal): -2245443 or 12434653. OLE color: 12434653.

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

Color convert

RGB221188189-
CMYK00.150.140.13
HSL358.18º32.67%80.2%-
HSV(B)358.18º14.93%86.67%-
XYZ56.9955.0155.76-
YUV197.98122.93144.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 188 (73.83% from 255) = 31.44%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=36.96%
G=31.44%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118818900.150.140.13358.1832.6780.2
HexDDBCBD0FED1662150
Octal335274275017161554641120
Binary11011101101111001011110101111111011011011001101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCBD; }

 p { color: rgb(221,188,189); }

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

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

 a { background-color: rgb(221,188,189); }

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

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

 span { border-color: rgb(221,188,189); }

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