Html Css Color HEX #D5ADB2 Pink Flare

📋 copy color: '#D5ADB2'

red 213 ◦ green 173 ◦ blue 178

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

Shades of Pink Flare #D5ADB2

Tints of Pink Flare #D5ADB2

RGB

 RED value IS 213 (83.59% from 255) = 37.77%

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

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

R = 37.77%
G = 30.67%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D5ADB2 (or 0xD5ADB2) is known color: Pink Flare. HEX triplet: D5, AD and B2. RGB value is (213,173,178). Sum of RGB (Red+Green+Blue) = 213+173+178=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ADB2 is #2A524D. Grayscale: #B9B9B9. Windows color (decimal): -2773582 or 11709909. OLE color: 11709909.

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

Color convert

RGB 213 173 178 -
CMYK 0 0.19 0.16 0.16
HSL 352.5º 0.32% 0.76% -
HSV(B) 352.5º 0.19% 0.84% -
XYZ 50.42 47.25 48.58 -
YUV 185.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 213 173 178 0 0.19 0.16 0.16 352.5 0.32 0.76
Hex D5 AD B2 0 13 10 10 160 20 4C
Octal 325 255 262 0 23 20 20 540 40 114
Binary 11010101 10101101 10110010 0 10011 10000 10000 101100000 100000 1001100

Color Harmonies of #D5ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADB2

Black with #D5ADB2

Text Example


Text Example

White with #D5ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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