#DDB7BC

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

Shades of Blossom #DDB7BC

Tints of Blossom #DDB7BC

Color information

#DDB7BC (or 0xDDB7BC) is unknown color: approx Blossom. HEX triplet: DD, B7 and BC. RGB value is (221,183,188). Sum of RGB (Red+Green+Blue) = 221+183+188=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7BC is #224843. Grayscale: #C2C2C2. Windows color (decimal): -2246724 or 12367837. OLE color: 12367837.

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

Color convert

RGB221183188-
CMYK00.170.150.13
HSL352.11º35.85%79.22%-
HSV(B)352.11º17.19%86.67%-
XYZ55.8352.8754.84-
YUV194.93124.09146.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 183 (71.88% from 255) = 30.91%
BLUE value IS 188 (73.83% from 255) = 31.76%
R=37.33%
G=30.91%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118318800.170.150.13352.1135.8579.22
HexDDB7BC011FD160244f
Octal335267274021171554044117
Binary110111011011011110111100010001111111011011000001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7BC; }

 p { color: rgb(221,183,188); }

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

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

 a { background-color: rgb(221,183,188); }

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

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

 span { border-color: rgb(221,183,188); }

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