Html Css Color HEX #DDB7BB Blossom

📋 copy color: '#DDB7BB'

red 221 ◦ green 183 ◦ blue 187

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

Shades of Blossom #DDB7BB

Tints of Blossom #DDB7BB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.96%

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

R = 37.39%
G = 30.96%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDB7BB (or 0xDDB7BB) is known color: Blossom. HEX triplet: DD, B7 and BB. RGB value is (221,183,187). Sum of RGB (Red+Green+Blue) = 221+183+187=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7BB is #224844. Grayscale: #C2C2C2. Windows color (decimal): -2246725 or 12302301. OLE color: 12302301.

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

Color convert

RGB 221 183 187 -
CMYK 0 0.17 0.15 0.13
HSL 353.68º 0.36% 0.79% -
HSV(B) 353.68º 0.17% 0.87% -
XYZ 55.72 52.83 54.27 -
YUV 194.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 221 183 187 0 0.17 0.15 0.13 353.68 0.36 0.79
Hex DD B7 BB 0 11 F D 162 24 4F
Octal 335 267 273 0 21 17 15 542 44 117
Binary 11011101 10110111 10111011 0 10001 1111 1101 101100010 100100 1001111

Color Harmonies of #DDB7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7BB

Black with #DDB7BB

Text Example


Text Example

White with #DDB7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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