#DDBDC0

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

Shades of Pink Flare #DDBDC0

Tints of Pink Flare #DDBDC0

Color information

#DDBDC0 (or 0xDDBDC0) is unknown color: approx Pink Flare. HEX triplet: DD, BD and C0. RGB value is (221,189,192). Sum of RGB (Red+Green+Blue) = 221+189+192=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC0 is #22423F. Grayscale: #C6C6C6. Windows color (decimal): -2245184 or 12631517. OLE color: 12631517.

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

Color convert

RGB221189192-
CMYK00.140.130.13
HSL354.38º32%80.39%-
HSV(B)354.38º14.48%86.67%-
XYZ57.5355.5757.56-
YUV198.91124.1143.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 192 (75.39% from 255) = 31.89%
R=36.71%
G=31.40%
B=31.89%

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
Decimal22118919200.140.130.13354.383280.39
HexDDBDC00EDD1622050
Octal335275300016151554240120
Binary11011101101111011100000001110110111011011000101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBDC0; }

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

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

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

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

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

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

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

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