Html Css Color HEX #D6ADB2 Pink Flare

📋 copy color: '#D6ADB2'

red 214 ◦ green 173 ◦ blue 178

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

Shades of Pink Flare #D6ADB2

Tints of Pink Flare #D6ADB2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.62%

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

R = 37.88%
G = 30.62%
B = 31.5%

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

#D6ADB2 (or 0xD6ADB2) is known color: Pink Flare. HEX triplet: D6, AD and B2. RGB value is (214,173,178). Sum of RGB (Red+Green+Blue) = 214+173+178=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADB2 is #29524D. Grayscale: #B9B9B9. Windows color (decimal): -2708046 or 11709910. OLE color: 11709910.

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

Color convert

RGB 214 173 178 -
CMYK 0 0.19 0.17 0.16
HSL 352.68º 0.33% 0.76% -
HSV(B) 352.68º 0.19% 0.84% -
XYZ 50.71 47.4 48.6 -
YUV 185.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 214 173 178 0 0.19 0.17 0.16 352.68 0.33 0.76
Hex D6 AD B2 0 13 11 10 161 21 4C
Octal 326 255 262 0 23 21 20 541 41 114
Binary 11010110 10101101 10110010 0 10011 10001 10000 101100001 100001 1001100

Color Harmonies of #D6ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADB2

Black with #D6ADB2

Text Example


Text Example

White with #D6ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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