Html Css Color HEX #DDB7B8 Pink Flare

📋 copy color: '#DDB7B8'

red 221 ◦ green 183 ◦ blue 184

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

Shades of Pink Flare #DDB7B8

Tints of Pink Flare #DDB7B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.29%

R = 37.59%
G = 31.12%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DDB7B8 (or 0xDDB7B8) is known color: Pink Flare. HEX triplet: DD, B7 and B8. RGB value is (221,183,184). Sum of RGB (Red+Green+Blue) = 221+183+184=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7B8 is #224847. Grayscale: #C2C2C2. Windows color (decimal): -2246728 or 12105693. OLE color: 12105693.

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

Color convert

RGB 221 183 184 -
CMYK 0 0.17 0.17 0.13
HSL 358.42º 0.36% 0.79% -
HSV(B) 358.42º 0.17% 0.87% -
XYZ 55.4 52.7 52.6 -
YUV 194.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 221 183 184 0 0.17 0.17 0.13 358.42 0.36 0.79
Hex DD B7 B8 0 11 11 D 166 24 4F
Octal 335 267 270 0 21 21 15 546 44 117
Binary 11011101 10110111 10111000 0 10001 10001 1101 101100110 100100 1001111

Color Harmonies of #DDB7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7B8

Black with #DDB7B8

Text Example


Text Example

White with #DDB7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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