#DDB6BB

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

Shades of Blossom #DDB6BB

Tints of Blossom #DDB6BB

Color information

#DDB6BB (or 0xDDB6BB) is unknown color: approx Blossom. HEX triplet: DD, B6 and BB. RGB value is (221,182,187). Sum of RGB (Red+Green+Blue) = 221+182+187=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6BB is #224944. Grayscale: #C2C2C2. Windows color (decimal): -2246981 or 12302045. OLE color: 12302045.

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

Color convert

RGB221182187-
CMYK00.180.150.13
HSL352.31º36.45%79.02%-
HSV(B)352.31º17.65%86.67%-
XYZ55.5252.4254.2-
YUV194.23123.92147.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 182 (71.48% from 255) = 30.85%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=37.46%
G=30.85%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118218700.180.150.13352.3136.4579.02
HexDDB6BB012FD160244f
Octal335266273022171554044117
Binary110111011011011010111011010010111111011011000001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6BB; }

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

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

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

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

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

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

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

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