Html Css Color HEX #D9BDC0 Pink Flare

📋 copy color: '#D9BDC0'

red 217 ◦ green 189 ◦ blue 192

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

Shades of Pink Flare #D9BDC0

Tints of Pink Flare #D9BDC0

RGB

 RED value IS 217 (85.16% from 255) = 36.29%

 GREEN value IS 189 (74.22% from 255) = 31.61%

 BLUE value IS 192 (75.39% from 255) = 32.11%

R = 36.29%
G = 31.61%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D9BDC0 (or 0xD9BDC0) is known color: Pink Flare. HEX triplet: D9, BD and C0. RGB value is (217,189,192). Sum of RGB (Red+Green+Blue) = 217+189+192=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDC0 is #26423F. Grayscale: #C5C5C5. Windows color (decimal): -2507328 or 12631513. OLE color: 12631513.

HSL color Cylindrical-coordinate representation of color #D9BDC0: hue angle of 353.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9BDC0 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 189 192 -
CMYK 0 0.13 0.12 0.15
HSL 353.57º 0.27% 0.8% -
HSV(B) 353.57º 0.13% 0.85% -
XYZ 56.33 54.95 57.51 -
YUV 197.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 217 189 192 0 0.13 0.12 0.15 353.57 0.27 0.8
Hex D9 BD C0 0 D C F 162 1B 50
Octal 331 275 300 0 15 14 17 542 33 120
Binary 11011001 10111101 11000000 0 1101 1100 1111 101100010 11011 1010000

Color Harmonies of #D9BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDC0

Black with #D9BDC0

Text Example


Text Example

White with #D9BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDC0; }

 p { color: rgb(217,189,192); }

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

background-color css

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

 a { background-color: rgb(217,189,192); }

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

border-color css

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

 span { border-color: rgb(217,189,192); }

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