Html Css Color HEX #DDB2B5 Blossom

📋 copy color: '#DDB2B5'

red 221 ◦ green 178 ◦ blue 181

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

Shades of Blossom #DDB2B5

Tints of Blossom #DDB2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.21%

R = 38.1%
G = 30.69%
B = 31.21%

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

#DDB2B5 (or 0xDDB2B5) is known color: Blossom. HEX triplet: DD, B2 and B5. RGB value is (221,178,181). Sum of RGB (Red+Green+Blue) = 221+178+181=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2B5 is #224D4A. Grayscale: #BFBFBF. Windows color (decimal): -2248011 or 11907805. OLE color: 11907805.

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

Color convert

RGB 221 178 181 -
CMYK 0 0.19 0.18 0.13
HSL 355.81º 0.39% 0.78% -
HSV(B) 355.81º 0.19% 0.87% -
XYZ 54.08 50.55 50.62 -
YUV 191.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 221 178 181 0 0.19 0.18 0.13 355.81 0.39 0.78
Hex DD B2 B5 0 13 12 D 164 27 4E
Octal 335 262 265 0 23 22 15 544 47 116
Binary 11011101 10110010 10110101 0 10011 10010 1101 101100100 100111 1001110

Color Harmonies of #DDB2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB2B5

Black with #DDB2B5

Text Example


Text Example

White with #DDB2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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