Html Css Color HEX #D8AFB2 Pink Flare

📋 copy color: '#D8AFB2'

red 216 ◦ green 175 ◦ blue 178

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

Shades of Pink Flare #D8AFB2

Tints of Pink Flare #D8AFB2

RGB

 RED value IS 216 (84.77% from 255) = 37.96%

 GREEN value IS 175 (68.75% from 255) = 30.76%

 BLUE value IS 178 (69.92% from 255) = 31.28%

R = 37.96%
G = 30.76%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D8AFB2 (or 0xD8AFB2) is known color: Pink Flare. HEX triplet: D8, AF and B2. RGB value is (216,175,178). Sum of RGB (Red+Green+Blue) = 216+175+178=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFB2 is #27504D. Grayscale: #BBBBBB. Windows color (decimal): -2576462 or 11710424. OLE color: 11710424.

HSL color Cylindrical-coordinate representation of color #D8AFB2: hue angle of 355.61º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AFB2 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 178 -
CMYK 0 0.19 0.18 0.15
HSL 355.61º 0.34% 0.77% -
HSV(B) 355.61º 0.19% 0.85% -
XYZ 51.68 48.47 48.75 -
YUV 187.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 216 175 178 0 0.19 0.18 0.15 355.61 0.34 0.77
Hex D8 AF B2 0 13 12 F 164 22 4D
Octal 330 257 262 0 23 22 17 544 42 115
Binary 11011000 10101111 10110010 0 10011 10010 1111 101100100 100010 1001101

Color Harmonies of #D8AFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFB2

Black with #D8AFB2

Text Example


Text Example

White with #D8AFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFB2; }

 p { color: rgb(216,175,178); }

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

background-color css

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

 a { background-color: rgb(216,175,178); }

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

border-color css

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

 span { border-color: rgb(216,175,178); }

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