Html Css Color HEX #D4AAB6 Blossom

📋 copy color: '#D4AAB6'

red 212 ◦ green 170 ◦ blue 182

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

Shades of Blossom #D4AAB6

Tints of Blossom #D4AAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.27%

R = 37.59%
G = 30.14%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D4AAB6 (or 0xD4AAB6) is known color: Blossom. HEX triplet: D4, AA and B6. RGB value is (212,170,182). Sum of RGB (Red+Green+Blue) = 212+170+182=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AAB6 is #2B5549. Grayscale: #B7B7B7. Windows color (decimal): -2839882 or 11971284. OLE color: 11971284.

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

Color convert

RGB 212 170 182 -
CMYK 0 0.20 0.14 0.17
HSL 342.86º 0.33% 0.75% -
HSV(B) 342.86º 0.2% 0.83% -
XYZ 49.97 46.12 50.53 -
YUV 183.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 212 170 182 0 0.20 0.14 0.17 342.86 0.33 0.75
Hex D4 AA B6 0 14 E 11 157 21 4B
Octal 324 252 266 0 24 16 21 527 41 113
Binary 11010100 10101010 10110110 0 10100 1110 10001 101010111 100001 1001011

Color Harmonies of #D4AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAB6

Black with #D4AAB6

Text Example


Text Example

White with #D4AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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