Html Css Color HEX #DDB7BA Pink Flare

📋 copy color: '#DDB7BA'

red 221 ◦ green 183 ◦ blue 186

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

Shades of Pink Flare #DDB7BA

Tints of Pink Flare #DDB7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.02%

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

R = 37.46%
G = 31.02%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDB7BA (or 0xDDB7BA) is known color: Pink Flare. HEX triplet: DD, B7 and BA. RGB value is (221,183,186). Sum of RGB (Red+Green+Blue) = 221+183+186=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7BA is #224845. Grayscale: #C2C2C2. Windows color (decimal): -2246726 or 12236765. OLE color: 12236765.

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

Color convert

RGB 221 183 186 -
CMYK 0 0.17 0.16 0.13
HSL 355.26º 0.36% 0.79% -
HSV(B) 355.26º 0.17% 0.87% -
XYZ 55.62 52.78 53.71 -
YUV 194.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 221 183 186 0 0.17 0.16 0.13 355.26 0.36 0.79
Hex DD B7 BA 0 11 10 D 163 24 4F
Octal 335 267 272 0 21 20 15 543 44 117
Binary 11011101 10110111 10111010 0 10001 10000 1101 101100011 100100 1001111

Color Harmonies of #DDB7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7BA

Black with #DDB7BA

Text Example


Text Example

White with #DDB7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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