Html Css Color HEX #D6AFB3 Pink Flare

📋 copy color: '#D6AFB3'

red 214 ◦ green 175 ◦ blue 179

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

Shades of Pink Flare #D6AFB3

Tints of Pink Flare #D6AFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.51%

R = 37.68%
G = 30.81%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D6AFB3 (or 0xD6AFB3) is known color: Pink Flare. HEX triplet: D6, AF and B3. RGB value is (214,175,179). Sum of RGB (Red+Green+Blue) = 214+175+179=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFB3 is #29504C. Grayscale: #BBBBBB. Windows color (decimal): -2707533 or 11775958. OLE color: 11775958.

HSL color Cylindrical-coordinate representation of color #D6AFB3: hue angle of 353.85º 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 #D6AFB3 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 179 -
CMYK 0 0.18 0.16 0.16
HSL 353.85º 0.32% 0.76% -
HSV(B) 353.85º 0.18% 0.84% -
XYZ 51.2 48.21 49.26 -
YUV 187.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 214 175 179 0 0.18 0.16 0.16 353.85 0.32 0.76
Hex D6 AF B3 0 12 10 10 162 20 4C
Octal 326 257 263 0 22 20 20 542 40 114
Binary 11010110 10101111 10110011 0 10010 10000 10000 101100010 100000 1001100

Color Harmonies of #D6AFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFB3

Black with #D6AFB3

Text Example


Text Example

White with #D6AFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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