Html Css Color HEX #D7BDC0 Pink Flare

📋 copy color: '#D7BDC0'

red 215 ◦ green 189 ◦ blue 192

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

Shades of Pink Flare #D7BDC0

Tints of Pink Flare #D7BDC0

RGB

 RED value IS 215 (84.38% from 255) = 36.07%

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

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

R = 36.07%
G = 31.71%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D7BDC0 (or 0xD7BDC0) is known color: Pink Flare. HEX triplet: D7, BD and C0. RGB value is (215,189,192). Sum of RGB (Red+Green+Blue) = 215+189+192=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BDC0 is #28423F. Grayscale: #C5C5C5. Windows color (decimal): -2638400 or 12631511. OLE color: 12631511.

HSL color Cylindrical-coordinate representation of color #D7BDC0: hue angle of 353.08º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7BDC0 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 189 192 -
CMYK 0 0.12 0.11 0.16
HSL 353.08º 0.25% 0.79% -
HSV(B) 353.08º 0.12% 0.84% -
XYZ 55.74 54.65 57.48 -
YUV 197.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 215 189 192 0 0.12 0.11 0.16 353.08 0.25 0.79
Hex D7 BD C0 0 C B 10 161 19 4F
Octal 327 275 300 0 14 13 20 541 31 117
Binary 11010111 10111101 11000000 0 1100 1011 10000 101100001 11001 1001111

Color Harmonies of #D7BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BDC0

Black with #D7BDC0

Text Example


Text Example

White with #D7BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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