#DDBBBF

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

Shades of Pink Flare #DDBBBF

Tints of Pink Flare #DDBBBF

Color information

#DDBBBF (or 0xDDBBBF) is unknown color: approx Pink Flare. HEX triplet: DD, BB and BF. RGB value is (221,187,191). Sum of RGB (Red+Green+Blue) = 221+187+191=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBBF is #224440. Grayscale: #C5C5C5. Windows color (decimal): -2245697 or 12565469. OLE color: 12565469.

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

Color convert

RGB221187191-
CMYK00.150.140.13
HSL352.94º33.33%80%-
HSV(B)352.94º15.38%86.67%-
XYZ56.9954.6756.84-
YUV197.62124.26144.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 187 (73.44% from 255) = 31.22%
BLUE value IS 191 (75% from 255) = 31.89%
R=36.89%
G=31.22%
B=31.89%

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
Decimal22118719100.150.140.13352.9433.3380
HexDDBBBF0FED1612150
Octal335273277017161554141120
Binary11011101101110111011111101111111011011011000011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBBBF; }

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

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

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

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

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

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

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

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