#DDBDBE

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

Shades of Pink Flare #DDBDBE

Tints of Pink Flare #DDBDBE

Color information

#DDBDBE (or 0xDDBDBE) is unknown color: approx Pink Flare. HEX triplet: DD, BD and BE. RGB value is (221,189,190). Sum of RGB (Red+Green+Blue) = 221+189+190=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDBE is #224241. Grayscale: #C6C6C6. Windows color (decimal): -2245186 or 12500445. OLE color: 12500445.

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

Color convert

RGB221189190-
CMYK00.140.140.13
HSL358.12º32%80.39%-
HSV(B)358.12º14.48%86.67%-
XYZ57.3155.4956.4-
YUV198.68123.1143.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=36.83%
G=31.5%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118919000.140.140.13358.123280.39
HexDDBDBE0EED1662050
Octal335275276016161554640120
Binary11011101101111011011111001110111011011011001101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDBE; }

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

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

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

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

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

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

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

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