Html Css Color HEX #D6AFB4 Pink Flare

📋 copy color: '#D6AFB4'

red 214 ◦ green 175 ◦ blue 180

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

Shades of Pink Flare #D6AFB4

Tints of Pink Flare #D6AFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.63%

R = 37.61%
G = 30.76%
B = 31.63%

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

#D6AFB4 (or 0xD6AFB4) is known color: Pink Flare. HEX triplet: D6, AF and B4. RGB value is (214,175,180). Sum of RGB (Red+Green+Blue) = 214+175+180=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFB4 is #29504B. Grayscale: #BBBBBB. Windows color (decimal): -2707532 or 11841494. OLE color: 11841494.

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

Color convert

RGB 214 175 180 -
CMYK 0 0.18 0.16 0.16
HSL 352.31º 0.32% 0.76% -
HSV(B) 352.31º 0.18% 0.84% -
XYZ 51.3 48.25 49.79 -
YUV 187.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 214 175 180 0 0.18 0.16 0.16 352.31 0.32 0.76
Hex D6 AF B4 0 12 10 10 160 20 4C
Octal 326 257 264 0 22 20 20 540 40 114
Binary 11010110 10101111 10110100 0 10010 10000 10000 101100000 100000 1001100

Color Harmonies of #D6AFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFB4

Black with #D6AFB4

Text Example


Text Example

White with #D6AFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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