Html Css Color HEX #D4A5B3 Blossom

📋 copy color: '#D4A5B3'

red 212 ◦ green 165 ◦ blue 179

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

Shades of Blossom #D4A5B3

Tints of Blossom #D4A5B3

RGB

 RED value IS 212 (83.2% from 255) = 38.13%

 GREEN value IS 165 (64.84% from 255) = 29.68%

 BLUE value IS 179 (70.31% from 255) = 32.19%

R = 38.13%
G = 29.68%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D4A5B3 (or 0xD4A5B3) is known color: Blossom. HEX triplet: D4, A5 and B3. RGB value is (212,165,179). Sum of RGB (Red+Green+Blue) = 212+165+179=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A5B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A5B3 is #2B5A4C. Grayscale: #B4B4B4. Windows color (decimal): -2841165 or 11773396. OLE color: 11773396.

HSL color Cylindrical-coordinate representation of color #D4A5B3: hue angle of 342.13º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4A5B3 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 165 179 -
CMYK 0 0.22 0.16 0.17
HSL 342.13º 0.35% 0.74% -
HSV(B) 342.13º 0.22% 0.83% -
XYZ 48.74 44.16 48.6 -
YUV 180.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 212 165 179 0 0.22 0.16 0.17 342.13 0.35 0.74
Hex D4 A5 B3 0 16 10 11 156 23 4A
Octal 324 245 263 0 26 20 21 526 43 112
Binary 11010100 10100101 10110011 0 10110 10000 10001 101010110 100011 1001010

Color Harmonies of #D4A5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A5B3

Black with #D4A5B3

Text Example


Text Example

White with #D4A5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A5B3; }

 p { color: rgb(212,165,179); }

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

background-color css

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

 a { background-color: rgb(212,165,179); }

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

border-color css

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

 span { border-color: rgb(212,165,179); }

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