#DDB6BA

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

Shades of Blossom #DDB6BA

Tints of Blossom #DDB6BA

Color information

#DDB6BA (or 0xDDB6BA) is unknown color: approx Blossom. HEX triplet: DD, B6 and BA. RGB value is (221,182,186). Sum of RGB (Red+Green+Blue) = 221+182+186=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6BA is #224945. Grayscale: #C2C2C2. Windows color (decimal): -2246982 or 12236509. OLE color: 12236509.

HSL color Cylindrical-coordinate representation of color #DDB6BA: hue angle of 353.85º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB6BA is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221182186-
CMYK00.180.160.13
HSL353.85º36.45%79.02%-
HSV(B)353.85º17.65%86.67%-
XYZ55.4152.3753.64-
YUV194.12123.42147.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 182 (71.48% from 255) = 30.90%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=37.52%
G=30.90%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118218600.180.160.13353.8536.4579.02
HexDDB6BA01210D162244f
Octal335266272022201554244117
Binary1101110110110110101110100100101000011011011000101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6BA; }

 p { color: rgb(221,182,186); }

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

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

 a { background-color: rgb(221,182,186); }

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

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

 span { border-color: rgb(221,182,186); }

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