Html Css Color HEX #D5AFB6 Blossom

📋 copy color: '#D5AFB6'

red 213 ◦ green 175 ◦ blue 182

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

Shades of Blossom #D5AFB6

Tints of Blossom #D5AFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.93%

R = 37.37%
G = 30.7%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D5AFB6 (or 0xD5AFB6) is known color: Blossom. HEX triplet: D5, AF and B6. RGB value is (213,175,182). Sum of RGB (Red+Green+Blue) = 213+175+182=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFB6 is #2A5049. Grayscale: #BBBBBB. Windows color (decimal): -2773066 or 11972565. OLE color: 11972565.

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

Color convert

RGB 213 175 182 -
CMYK 0 0.18 0.15 0.16
HSL 348.95º 0.31% 0.76% -
HSV(B) 348.95º 0.18% 0.84% -
XYZ 51.21 48.18 50.86 -
YUV 187.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 213 175 182 0 0.18 0.15 0.16 348.95 0.31 0.76
Hex D5 AF B6 0 12 F 10 15D 1F 4C
Octal 325 257 266 0 22 17 20 535 37 114
Binary 11010101 10101111 10110110 0 10010 1111 10000 101011101 11111 1001100

Color Harmonies of #D5AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFB6

Black with #D5AFB6

Text Example


Text Example

White with #D5AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFB6; }

 p { color: rgb(213,175,182); }

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

background-color css

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

 a { background-color: rgb(213,175,182); }

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

border-color css

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

 span { border-color: rgb(213,175,182); }

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