#DDBEC0

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

Shades of Pink Flare #DDBEC0

Tints of Pink Flare #DDBEC0

Color information

#DDBEC0 (or 0xDDBEC0) is unknown color: approx Pink Flare. HEX triplet: DD, BE and C0. RGB value is (221,190,192). Sum of RGB (Red+Green+Blue) = 221+190+192=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEC0 is #22413F. Grayscale: #C7C7C7. Windows color (decimal): -2244928 or 12631773. OLE color: 12631773.

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

Color convert

RGB221190192-
CMYK00.140.130.13
HSL356.13º31.31%80.59%-
HSV(B)356.13º14.03%86.67%-
XYZ57.755657.64-
YUV199.5123.77143.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=36.65%
G=31.51%
B=31.84%

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
Decimal22119019200.140.130.13356.1331.3180.59
HexDDBEC00EDD1641f51
Octal335276300016151554437121
Binary1101110110111110110000000111011011101101100100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEC0; }

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

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

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

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

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

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

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

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