Html Css Color HEX #D5A9B5 Blossom

📋 copy color: '#D5A9B5'

red 213 ◦ green 169 ◦ blue 181

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

Shades of Blossom #D5A9B5

Tints of Blossom #D5A9B5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.02%

 BLUE value IS 181 (71.09% from 255) = 32.15%

R = 37.83%
G = 30.02%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D5A9B5 (or 0xD5A9B5) is known color: Blossom. HEX triplet: D5, A9 and B5. RGB value is (213,169,181). Sum of RGB (Red+Green+Blue) = 213+169+181=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A9B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A9B5 is #2A564A. Grayscale: #B7B7B7. Windows color (decimal): -2774603 or 11905493. OLE color: 11905493.

HSL color Cylindrical-coordinate representation of color #D5A9B5: hue angle of 343.64º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5A9B5 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 169 181 -
CMYK 0 0.21 0.15 0.16
HSL 343.64º 0.34% 0.75% -
HSV(B) 343.64º 0.21% 0.84% -
XYZ 49.97 45.86 49.93 -
YUV 183.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 213 169 181 0 0.21 0.15 0.16 343.64 0.34 0.75
Hex D5 A9 B5 0 15 F 10 158 22 4B
Octal 325 251 265 0 25 17 20 530 42 113
Binary 11010101 10101001 10110101 0 10101 1111 10000 101011000 100010 1001011

Color Harmonies of #D5A9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A9B5

Black with #D5A9B5

Text Example


Text Example

White with #D5A9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A9B5; }

 p { color: rgb(213,169,181); }

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

background-color css

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

 a { background-color: rgb(213,169,181); }

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

border-color css

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

 span { border-color: rgb(213,169,181); }

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