Html Css Color HEX #D6AEB2 Pink Flare

📋 copy color: '#D6AEB2'

red 214 ◦ green 174 ◦ blue 178

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

Shades of Pink Flare #D6AEB2

Tints of Pink Flare #D6AEB2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.74%

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

R = 37.81%
G = 30.74%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6AEB2 (or 0xD6AEB2) is known color: Pink Flare. HEX triplet: D6, AE and B2. RGB value is (214,174,178). Sum of RGB (Red+Green+Blue) = 214+174+178=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AEB2 is #29514D. Grayscale: #BABABA. Windows color (decimal): -2707790 or 11710166. OLE color: 11710166.

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

Color convert

RGB 214 174 178 -
CMYK 0 0.19 0.17 0.16
HSL 354º 0.33% 0.76% -
HSV(B) 354º 0.19% 0.84% -
XYZ 50.9 47.78 48.66 -
YUV 186.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 214 174 178 0 0.19 0.17 0.16 354 0.33 0.76
Hex D6 AE B2 0 13 11 10 162 21 4C
Octal 326 256 262 0 23 21 20 542 41 114
Binary 11010110 10101110 10110010 0 10011 10001 10000 101100010 100001 1001100

Color Harmonies of #D6AEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEB2

Black with #D6AEB2

Text Example


Text Example

White with #D6AEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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