Html Css Color HEX #D6AFB2 Pink Flare

📋 copy color: '#D6AFB2'

red 214 ◦ green 175 ◦ blue 178

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

Shades of Pink Flare #D6AFB2

Tints of Pink Flare #D6AFB2

RGB

 RED value IS 214 (83.98% from 255) = 37.74%

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

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

R = 37.74%
G = 30.86%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6AFB2 (or 0xD6AFB2) is known color: Pink Flare. HEX triplet: D6, AF and B2. RGB value is (214,175,178). Sum of RGB (Red+Green+Blue) = 214+175+178=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AFB2 is #29504D. Grayscale: #BBBBBB. Windows color (decimal): -2707534 or 11710422. OLE color: 11710422.

HSL color Cylindrical-coordinate representation of color #D6AFB2: hue angle of 355.38º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6AFB2 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 178 -
CMYK 0 0.18 0.17 0.16
HSL 355.38º 0.32% 0.76% -
HSV(B) 355.38º 0.18% 0.84% -
XYZ 51.1 48.17 48.72 -
YUV 187 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 214 175 178 0 0.18 0.17 0.16 355.38 0.32 0.76
Hex D6 AF B2 0 12 11 10 163 20 4C
Octal 326 257 262 0 22 21 20 543 40 114
Binary 11010110 10101111 10110010 0 10010 10001 10000 101100011 100000 1001100

Color Harmonies of #D6AFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFB2

Black with #D6AFB2

Text Example


Text Example

White with #D6AFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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