Html Css Color HEX #D3AFB7 Blossom

📋 copy color: '#D3AFB7'

red 211 ◦ green 175 ◦ blue 183

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

Shades of Blossom #D3AFB7

Tints of Blossom #D3AFB7

RGB

 RED value IS 211 (82.81% from 255) = 37.08%

 GREEN value IS 175 (68.75% from 255) = 30.76%

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

R = 37.08%
G = 30.76%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D3AFB7 (or 0xD3AFB7) is known color: Blossom. HEX triplet: D3, AF and B7. RGB value is (211,175,183). Sum of RGB (Red+Green+Blue) = 211+175+183=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFB7 is #2C5048. Grayscale: #BABABA. Windows color (decimal): -2904137 or 12038099. OLE color: 12038099.

HSL color Cylindrical-coordinate representation of color #D3AFB7: hue angle of 346.67º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3AFB7 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 175 183 -
CMYK 0 0.17 0.13 0.17
HSL 346.67º 0.29% 0.76% -
HSV(B) 346.67º 0.17% 0.83% -
XYZ 50.74 47.93 51.38 -
YUV 186.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 211 175 183 0 0.17 0.13 0.17 346.67 0.29 0.76
Hex D3 AF B7 0 11 D 11 15B 1D 4C
Octal 323 257 267 0 21 15 21 533 35 114
Binary 11010011 10101111 10110111 0 10001 1101 10001 101011011 11101 1001100

Color Harmonies of #D3AFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFB7

Black with #D3AFB7

Text Example


Text Example

White with #D3AFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFB7; }

 p { color: rgb(211,175,183); }

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

background-color css

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

 a { background-color: rgb(211,175,183); }

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

border-color css

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

 span { border-color: rgb(211,175,183); }

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