Html Css Color HEX #DDB2B9 Blossom

📋 copy color: '#DDB2B9'

red 221 ◦ green 178 ◦ blue 185

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

Shades of Blossom #DDB2B9

Tints of Blossom #DDB2B9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.48%

 BLUE value IS 185 (72.66% from 255) = 31.68%

R = 37.84%
G = 30.48%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDB2B9 (or 0xDDB2B9) is known color: Blossom. HEX triplet: DD, B2 and B9. RGB value is (221,178,185). Sum of RGB (Red+Green+Blue) = 221+178+185=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2B9 is #224D46. Grayscale: #BFBFBF. Windows color (decimal): -2248007 or 12169949. OLE color: 12169949.

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

Color convert

RGB 221 178 185 -
CMYK 0 0.19 0.16 0.13
HSL 350.23º 0.39% 0.78% -
HSV(B) 350.23º 0.19% 0.87% -
XYZ 54.5 50.72 52.82 -
YUV 191.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 221 178 185 0 0.19 0.16 0.13 350.23 0.39 0.78
Hex DD B2 B9 0 13 10 D 15E 27 4E
Octal 335 262 271 0 23 20 15 536 47 116
Binary 11011101 10110010 10111001 0 10011 10000 1101 101011110 100111 1001110

Color Harmonies of #DDB2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB2B9

Black with #DDB2B9

Text Example


Text Example

White with #DDB2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB2B9; }

 p { color: rgb(221,178,185); }

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

background-color css

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

 a { background-color: rgb(221,178,185); }

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

border-color css

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

 span { border-color: rgb(221,178,185); }

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