Html Css Color HEX #D2A8B5 Blossom

📋 copy color: '#D2A8B5'

red 210 ◦ green 168 ◦ blue 181

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

Shades of Blossom #D2A8B5

Tints of Blossom #D2A8B5

RGB

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

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

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

R = 37.57%
G = 30.05%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D2A8B5 (or 0xD2A8B5) is known color: Blossom. HEX triplet: D2, A8 and B5. RGB value is (210,168,181). Sum of RGB (Red+Green+Blue) = 210+168+181=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A8B5 is #2D574A. Grayscale: #B6B6B6. Windows color (decimal): -2971467 or 11905234. OLE color: 11905234.

HSL color Cylindrical-coordinate representation of color #D2A8B5: hue angle of 341.43º 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 #D2A8B5 is Cyan = 0, Magento = 0.2, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 168 181 -
CMYK 0 0.2 0.14 0.18
HSL 341.43º 0.32% 0.74% -
HSV(B) 341.43º 0.2% 0.82% -
XYZ 48.92 45.04 49.83 -
YUV 182.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 210 168 181 0 0.2 0.14 0.18 341.43 0.32 0.74
Hex D2 A8 B5 0 14 E 12 155 20 4A
Octal 322 250 265 0 24 16 22 525 40 112
Binary 11010010 10101000 10110101 0 10100 1110 10010 101010101 100000 1001010

Color Harmonies of #D2A8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A8B5

Black with #D2A8B5

Text Example


Text Example

White with #D2A8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A8B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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