#DDBBBE

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

Shades of Pink Flare #DDBBBE

Tints of Pink Flare #DDBBBE

Color information

#DDBBBE (or 0xDDBBBE) is unknown color: approx Pink Flare. HEX triplet: DD, BB and BE. RGB value is (221,187,190). Sum of RGB (Red+Green+Blue) = 221+187+190=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBBE is #224441. Grayscale: #C5C5C5. Windows color (decimal): -2245698 or 12499933. OLE color: 12499933.

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

Color convert

RGB221187190-
CMYK00.150.140.13
HSL354.71º33.33%80%-
HSV(B)354.71º15.38%86.67%-
XYZ56.8854.6356.26-
YUV197.51123.76144.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=36.96%
G=31.27%
B=31.77%

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
Decimal22118719000.150.140.13354.7133.3380
HexDDBBBE0FED1632150
Octal335273276017161554341120
Binary11011101101110111011111001111111011011011000111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBBE; }

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

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

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

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

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

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

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

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