Html Css Color HEX #D6ABB5 Blossom

📋 copy color: '#D6ABB5'

red 214 ◦ green 171 ◦ blue 181

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

Shades of Blossom #D6ABB5

Tints of Blossom #D6ABB5

RGB

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

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

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

R = 37.81%
G = 30.21%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D6ABB5 (or 0xD6ABB5) is known color: Blossom. HEX triplet: D6, AB and B5. RGB value is (214,171,181). Sum of RGB (Red+Green+Blue) = 214+171+181=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABB5 is #29544A. Grayscale: #B9B9B9. Windows color (decimal): -2708555 or 11906006. OLE color: 11906006.

HSL color Cylindrical-coordinate representation of color #D6ABB5: hue angle of 346.05º degrees, saturation: 0.34, 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 #D6ABB5 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 181 -
CMYK 0 0.20 0.15 0.16
HSL 346.05º 0.34% 0.75% -
HSV(B) 346.05º 0.2% 0.84% -
XYZ 50.63 46.76 50.07 -
YUV 185 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 214 171 181 0 0.20 0.15 0.16 346.05 0.34 0.75
Hex D6 AB B5 0 14 F 10 15A 22 4B
Octal 326 253 265 0 24 17 20 532 42 113
Binary 11010110 10101011 10110101 0 10100 1111 10000 101011010 100010 1001011

Color Harmonies of #D6ABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABB5

Black with #D6ABB5

Text Example


Text Example

White with #D6ABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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