Html Css Color HEX #D6ABB6 Blossom

📋 copy color: '#D6ABB6'

red 214 ◦ green 171 ◦ blue 182

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

Shades of Blossom #D6ABB6

Tints of Blossom #D6ABB6

RGB

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

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

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

R = 37.74%
G = 30.16%
B = 32.1%

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

#D6ABB6 (or 0xD6ABB6) is known color: Blossom. HEX triplet: D6, AB and B6. RGB value is (214,171,182). Sum of RGB (Red+Green+Blue) = 214+171+182=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ABB6 is #295449. Grayscale: #B9B9B9. Windows color (decimal): -2708554 or 11971542. OLE color: 11971542.

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

Color convert

RGB 214 171 182 -
CMYK 0 0.20 0.15 0.16
HSL 344.65º 0.34% 0.75% -
HSV(B) 344.65º 0.2% 0.84% -
XYZ 50.74 46.8 50.61 -
YUV 185.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 214 171 182 0 0.20 0.15 0.16 344.65 0.34 0.75
Hex D6 AB B6 0 14 F 10 159 22 4B
Octal 326 253 266 0 24 17 20 531 42 113
Binary 11010110 10101011 10110110 0 10100 1111 10000 101011001 100010 1001011

Color Harmonies of #D6ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABB6

Black with #D6ABB6

Text Example


Text Example

White with #D6ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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