Html Css Color HEX #D2A8B1 Blossom

📋 copy color: '#D2A8B1'

red 210 ◦ green 168 ◦ blue 177

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

Shades of Blossom #D2A8B1

Tints of Blossom #D2A8B1

RGB

 RED value IS 210 (82.42% from 255) = 37.84%

 GREEN value IS 168 (66.02% from 255) = 30.27%

 BLUE value IS 177 (69.53% from 255) = 31.89%

R = 37.84%
G = 30.27%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D2A8B1 (or 0xD2A8B1) is known color: Blossom. HEX triplet: D2, A8 and B1. RGB value is (210,168,177). Sum of RGB (Red+Green+Blue) = 210+168+177=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A8B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A8B1 is #2D574E. Grayscale: #B5B5B5. Windows color (decimal): -2971471 or 11643090. OLE color: 11643090.

HSL color Cylindrical-coordinate representation of color #D2A8B1: hue angle of 347.14º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A8B1 is Cyan = 0, Magento = 0.2, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 168 177 -
CMYK 0 0.2 0.16 0.18
HSL 347.14º 0.32% 0.74% -
HSV(B) 347.14º 0.2% 0.82% -
XYZ 48.52 44.88 47.7 -
YUV 181.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 210 168 177 0 0.2 0.16 0.18 347.14 0.32 0.74
Hex D2 A8 B1 0 14 10 12 15B 20 4A
Octal 322 250 261 0 24 20 22 533 40 112
Binary 11010010 10101000 10110001 0 10100 10000 10010 101011011 100000 1001010

Color Harmonies of #D2A8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A8B1

Black with #D2A8B1

Text Example


Text Example

White with #D2A8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A8B1; }

 p { color: rgb(210,168,177); }

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

background-color css

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

 a { background-color: rgb(210,168,177); }

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

border-color css

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

 span { border-color: rgb(210,168,177); }

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