Html Css Color HEX #DDB8B9 Pink Flare

📋 copy color: '#DDB8B9'

red 221 ◦ green 184 ◦ blue 185

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

Shades of Pink Flare #DDB8B9

Tints of Pink Flare #DDB8B9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.19%

 BLUE value IS 185 (72.66% from 255) = 31.36%

R = 37.46%
G = 31.19%
B = 31.36%

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

#DDB8B9 (or 0xDDB8B9) is known color: Pink Flare. HEX triplet: DD, B8 and B9. RGB value is (221,184,185). Sum of RGB (Red+Green+Blue) = 221+184+185=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8B9 is #224746. Grayscale: #C3C3C3. Windows color (decimal): -2246471 or 12171485. OLE color: 12171485.

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

Color convert

RGB 221 184 185 -
CMYK 0 0.17 0.16 0.13
HSL 358.38º 0.35% 0.79% -
HSV(B) 358.38º 0.17% 0.87% -
XYZ 55.72 53.16 53.22 -
YUV 195.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 221 184 185 0 0.17 0.16 0.13 358.38 0.35 0.79
Hex DD B8 B9 0 11 10 D 166 23 4F
Octal 335 270 271 0 21 20 15 546 43 117
Binary 11011101 10111000 10111001 0 10001 10000 1101 101100110 100011 1001111

Color Harmonies of #DDB8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB8B9

Black with #DDB8B9

Text Example


Text Example

White with #DDB8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB8B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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