Html Css Color HEX #D6ABB2 Blossom

📋 copy color: '#D6ABB2'

red 214 ◦ green 171 ◦ blue 178

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

Shades of Blossom #D6ABB2

Tints of Blossom #D6ABB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.62%

R = 38.01%
G = 30.37%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6ABB2 (or 0xD6ABB2) is known color: Blossom. HEX triplet: D6, AB and B2. RGB value is (214,171,178). Sum of RGB (Red+Green+Blue) = 214+171+178=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABB2 is #29544D. Grayscale: #B8B8B8. Windows color (decimal): -2708558 or 11709398. OLE color: 11709398.

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

Color convert

RGB 214 171 178 -
CMYK 0 0.20 0.17 0.16
HSL 350.23º 0.34% 0.75% -
HSV(B) 350.23º 0.2% 0.84% -
XYZ 50.33 46.64 48.47 -
YUV 184.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 214 171 178 0 0.20 0.17 0.16 350.23 0.34 0.75
Hex D6 AB B2 0 14 11 10 15E 22 4B
Octal 326 253 262 0 24 21 20 536 42 113
Binary 11010110 10101011 10110010 0 10100 10001 10000 101011110 100010 1001011

Color Harmonies of #D6ABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABB2

Black with #D6ABB2

Text Example


Text Example

White with #D6ABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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