Html Css Color HEX #DDB2B6 Blossom

📋 copy color: '#DDB2B6'

red 221 ◦ green 178 ◦ blue 182

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

Shades of Blossom #DDB2B6

Tints of Blossom #DDB2B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.33%

R = 38.04%
G = 30.64%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DDB2B6 (or 0xDDB2B6) is known color: Blossom. HEX triplet: DD, B2 and B6. RGB value is (221,178,182). Sum of RGB (Red+Green+Blue) = 221+178+182=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2B6 is #224D49. Grayscale: #BFBFBF. Windows color (decimal): -2248010 or 11973341. OLE color: 11973341.

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

Color convert

RGB 221 178 182 -
CMYK 0 0.19 0.18 0.13
HSL 354.42º 0.39% 0.78% -
HSV(B) 354.42º 0.19% 0.87% -
XYZ 54.18 50.59 51.17 -
YUV 191.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 221 178 182 0 0.19 0.18 0.13 354.42 0.39 0.78
Hex DD B2 B6 0 13 12 D 162 27 4E
Octal 335 262 266 0 23 22 15 542 47 116
Binary 11011101 10110010 10110110 0 10011 10010 1101 101100010 100111 1001110

Color Harmonies of #DDB2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB2B6

Black with #DDB2B6

Text Example


Text Example

White with #DDB2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB2B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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