#DDBEC1

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

Shades of Pink Flare #DDBEC1

Tints of Pink Flare #DDBEC1

Color information

#DDBEC1 (or 0xDDBEC1) is unknown color: approx Pink Flare. HEX triplet: DD, BE and C1. RGB value is (221,190,193). Sum of RGB (Red+Green+Blue) = 221+190+193=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC1 is #22413E. Grayscale: #C7C7C7. Windows color (decimal): -2244927 or 12697309. OLE color: 12697309.

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

Color convert

RGB221190193-
CMYK00.140.130.13
HSL354.19º31.31%80.59%-
HSV(B)354.19º14.03%86.67%-
XYZ57.8656.0558.22-
YUV199.61124.27143.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 190 (74.61% from 255) = 31.46%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=36.59%
G=31.46%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119019300.140.130.13354.1931.3180.59
HexDDBEC10EDD1621f51
Octal335276301016151554237121
Binary1101110110111110110000010111011011101101100010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEC1; }

 p { color: rgb(221,190,193); }

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

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

 a { background-color: rgb(221,190,193); }

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

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

 span { border-color: rgb(221,190,193); }

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