Html Css Color HEX #D2AEB2 Pink Flare

📋 copy color: '#D2AEB2'

red 210 ◦ green 174 ◦ blue 178

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

Shades of Pink Flare #D2AEB2

Tints of Pink Flare #D2AEB2

RGB

 RED value IS 210 (82.42% from 255) = 37.37%

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

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

R = 37.37%
G = 30.96%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D2AEB2 (or 0xD2AEB2) is known color: Pink Flare. HEX triplet: D2, AE and B2. RGB value is (210,174,178). Sum of RGB (Red+Green+Blue) = 210+174+178=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AEB2 is #2D514D. Grayscale: #B9B9B9. Windows color (decimal): -2969934 or 11710162. OLE color: 11710162.

HSL color Cylindrical-coordinate representation of color #D2AEB2: hue angle of 353.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2AEB2 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 174 178 -
CMYK 0 0.17 0.15 0.18
HSL 353.33º 0.29% 0.75% -
HSV(B) 353.33º 0.17% 0.82% -
XYZ 49.75 47.19 48.61 -
YUV 185.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 210 174 178 0 0.17 0.15 0.18 353.33 0.29 0.75
Hex D2 AE B2 0 11 F 12 161 1D 4B
Octal 322 256 262 0 21 17 22 541 35 113
Binary 11010010 10101110 10110010 0 10001 1111 10010 101100001 11101 1001011

Color Harmonies of #D2AEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEB2

Black with #D2AEB2

Text Example


Text Example

White with #D2AEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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