Html Css Color HEX #D5ABB7 Blossom

📋 copy color: '#D5ABB7'

red 213 ◦ green 171 ◦ blue 183

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

Shades of Blossom #D5ABB7

Tints of Blossom #D5ABB7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.16%

 BLUE value IS 183 (71.88% from 255) = 32.28%

R = 37.57%
G = 30.16%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D5ABB7 (or 0xD5ABB7) is known color: Blossom. HEX triplet: D5, AB and B7. RGB value is (213,171,183). Sum of RGB (Red+Green+Blue) = 213+171+183=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABB7 is #2A5448. Grayscale: #B8B8B8. Windows color (decimal): -2774089 or 12037077. OLE color: 12037077.

HSL color Cylindrical-coordinate representation of color #D5ABB7: hue angle of 342.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5ABB7 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 171 183 -
CMYK 0 0.20 0.14 0.16
HSL 342.86º 0.33% 0.75% -
HSV(B) 342.86º 0.2% 0.84% -
XYZ 50.55 46.69 51.15 -
YUV 184.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 213 171 183 0 0.20 0.14 0.16 342.86 0.33 0.75
Hex D5 AB B7 0 14 E 10 157 21 4B
Octal 325 253 267 0 24 16 20 527 41 113
Binary 11010101 10101011 10110111 0 10100 1110 10000 101010111 100001 1001011

Color Harmonies of #D5ABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABB7

Black with #D5ABB7

Text Example


Text Example

White with #D5ABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABB7; }

 p { color: rgb(213,171,183); }

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

background-color css

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

 a { background-color: rgb(213,171,183); }

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

border-color css

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

 span { border-color: rgb(213,171,183); }

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