Html Css Color HEX #D4AAB2 Blossom

📋 copy color: '#D4AAB2'

red 212 ◦ green 170 ◦ blue 178

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

Shades of Blossom #D4AAB2

Tints of Blossom #D4AAB2

RGB

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

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

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

R = 37.86%
G = 30.36%
B = 31.79%

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

#D4AAB2 (or 0xD4AAB2) is known color: Blossom. HEX triplet: D4, AA and B2. RGB value is (212,170,178). Sum of RGB (Red+Green+Blue) = 212+170+178=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AAB2 is #2B554D. Grayscale: #B7B7B7. Windows color (decimal): -2839886 or 11709140. OLE color: 11709140.

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

Color convert

RGB 212 170 178 -
CMYK 0 0.20 0.16 0.17
HSL 348.57º 0.33% 0.75% -
HSV(B) 348.57º 0.2% 0.83% -
XYZ 49.56 45.96 48.38 -
YUV 183.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 212 170 178 0 0.20 0.16 0.17 348.57 0.33 0.75
Hex D4 AA B2 0 14 10 11 15D 21 4B
Octal 324 252 262 0 24 20 21 535 41 113
Binary 11010100 10101010 10110010 0 10100 10000 10001 101011101 100001 1001011

Color Harmonies of #D4AAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAB2

Black with #D4AAB2

Text Example


Text Example

White with #D4AAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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