Html Css Color HEX #DDB2BA Blossom

📋 copy color: '#DDB2BA'

red 221 ◦ green 178 ◦ blue 186

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

Shades of Blossom #DDB2BA

Tints of Blossom #DDB2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.79%

R = 37.78%
G = 30.43%
B = 31.79%

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

#DDB2BA (or 0xDDB2BA) is known color: Blossom. HEX triplet: DD, B2 and BA. RGB value is (221,178,186). Sum of RGB (Red+Green+Blue) = 221+178+186=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2BA is #224D45. Grayscale: #BFBFBF. Windows color (decimal): -2248006 or 12235485. OLE color: 12235485.

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

Color convert

RGB 221 178 186 -
CMYK 0 0.19 0.16 0.13
HSL 348.84º 0.39% 0.78% -
HSV(B) 348.84º 0.19% 0.87% -
XYZ 54.6 50.76 53.37 -
YUV 191.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 221 178 186 0 0.19 0.16 0.13 348.84 0.39 0.78
Hex DD B2 BA 0 13 10 D 15D 27 4E
Octal 335 262 272 0 23 20 15 535 47 116
Binary 11011101 10110010 10111010 0 10011 10000 1101 101011101 100111 1001110

Color Harmonies of #DDB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB2BA

Black with #DDB2BA

Text Example


Text Example

White with #DDB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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