Html Css Color HEX #DDB1BA Blossom

📋 copy color: '#DDB1BA'

red 221 ◦ green 177 ◦ blue 186

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

Shades of Blossom #DDB1BA

Tints of Blossom #DDB1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.31%

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

R = 37.84%
G = 30.31%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDB1BA (or 0xDDB1BA) is known color: Blossom. HEX triplet: DD, B1 and BA. RGB value is (221,177,186). Sum of RGB (Red+Green+Blue) = 221+177+186=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1BA is #224E45. Grayscale: #BFBFBF. Windows color (decimal): -2248262 or 12235229. OLE color: 12235229.

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

Color convert

RGB 221 177 186 -
CMYK 0 0.20 0.16 0.13
HSL 347.73º 0.39% 0.78% -
HSV(B) 347.73º 0.2% 0.87% -
XYZ 54.4 50.36 53.31 -
YUV 191.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 221 177 186 0 0.20 0.16 0.13 347.73 0.39 0.78
Hex DD B1 BA 0 14 10 D 15C 27 4E
Octal 335 261 272 0 24 20 15 534 47 116
Binary 11011101 10110001 10111010 0 10100 10000 1101 101011100 100111 1001110

Color Harmonies of #DDB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1BA

Black with #DDB1BA

Text Example


Text Example

White with #DDB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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