Html Css Color HEX #D4AAB3 Blossom

📋 copy color: '#D4AAB3'

red 212 ◦ green 170 ◦ blue 179

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

Shades of Blossom #D4AAB3

Tints of Blossom #D4AAB3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.3%

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

R = 37.79%
G = 30.3%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D4AAB3 (or 0xD4AAB3) is known color: Blossom. HEX triplet: D4, AA and B3. RGB value is (212,170,179). Sum of RGB (Red+Green+Blue) = 212+170+179=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 179 (70.31% from 255 or 31.91% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AAB3 is #2B554C. Grayscale: #B7B7B7. Windows color (decimal): -2839885 or 11774676. OLE color: 11774676.

HSL color Cylindrical-coordinate representation of color #D4AAB3: hue angle of 347.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AAB3 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 170 179 -
CMYK 0 0.20 0.16 0.17
HSL 347.14º 0.33% 0.75% -
HSV(B) 347.14º 0.2% 0.83% -
XYZ 49.66 46 48.91 -
YUV 183.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 212 170 179 0 0.20 0.16 0.17 347.14 0.33 0.75
Hex D4 AA B3 0 14 10 11 15B 21 4B
Octal 324 252 263 0 24 20 21 533 41 113
Binary 11010100 10101010 10110011 0 10100 10000 10001 101011011 100001 1001011

Color Harmonies of #D4AAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAB3

Black with #D4AAB3

Text Example


Text Example

White with #D4AAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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