Html Css Color HEX #DDB5BB Blossom

📋 copy color: '#DDB5BB'

red 221 ◦ green 181 ◦ blue 187

#DDB5BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #DDB5BB

Tints of Blossom #DDB5BB

RGB

 RED value IS 221 (86.72% from 255) = 37.52%

 GREEN value IS 181 (71.09% from 255) = 30.73%

 BLUE value IS 187 (73.44% from 255) = 31.75%

R = 37.52%
G = 30.73%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDB5BB (or 0xDDB5BB) is known color: Blossom. HEX triplet: DD, B5 and BB. RGB value is (221,181,187). Sum of RGB (Red+Green+Blue) = 221+181+187=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5BB is #224A44. Grayscale: #C1C1C1. Windows color (decimal): -2247237 or 12301789. OLE color: 12301789.

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

Color convert

RGB 221 181 187 -
CMYK 0 0.18 0.15 0.13
HSL 351º 0.37% 0.79% -
HSV(B) 351º 0.18% 0.87% -
XYZ 55.31 52.01 54.14 -
YUV 193.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 221 181 187 0 0.18 0.15 0.13 351 0.37 0.79
Hex DD B5 BB 0 12 F D 15F 25 4F
Octal 335 265 273 0 22 17 15 537 45 117
Binary 11011101 10110101 10111011 0 10010 1111 1101 101011111 100101 1001111

Color Harmonies of #DDB5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5BB

Black with #DDB5BB

Text Example


Text Example

White with #DDB5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5BB; }

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

 H1.HeaderClassName
 {
   color: #DDB5BB;
 }
 .AnyTagClassName
 {
   color: #DDB5BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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