Html Css Color HEX #D6A6B5 Blossom

📋 copy color: '#D6A6B5'

red 214 ◦ green 166 ◦ blue 181

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

Shades of Blossom #D6A6B5

Tints of Blossom #D6A6B5

RGB

 RED value IS 214 (83.98% from 255) = 38.15%

 GREEN value IS 166 (65.23% from 255) = 29.59%

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

R = 38.15%
G = 29.59%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D6A6B5 (or 0xD6A6B5) is known color: Blossom. HEX triplet: D6, A6 and B5. RGB value is (214,166,181). Sum of RGB (Red+Green+Blue) = 214+166+181=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A6B5 is #29594A. Grayscale: #B6B6B6. Windows color (decimal): -2709835 or 11904726. OLE color: 11904726.

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

Color convert

RGB 214 166 181 -
CMYK 0 0.22 0.15 0.16
HSL 341.25º 0.37% 0.75% -
HSV(B) 341.25º 0.22% 0.84% -
XYZ 49.71 44.9 49.76 -
YUV 182.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 214 166 181 0 0.22 0.15 0.16 341.25 0.37 0.75
Hex D6 A6 B5 0 16 F 10 155 25 4B
Octal 326 246 265 0 26 17 20 525 45 113
Binary 11010110 10100110 10110101 0 10110 1111 10000 101010101 100101 1001011

Color Harmonies of #D6A6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A6B5

Black with #D6A6B5

Text Example


Text Example

White with #D6A6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A6B5; }

 p { color: rgb(214,166,181); }

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

background-color css

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

 a { background-color: rgb(214,166,181); }

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

border-color css

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

 span { border-color: rgb(214,166,181); }

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