Html Css Color HEX #DCAAB8 Blossom

📋 copy color: '#DCAAB8'

red 220 ◦ green 170 ◦ blue 184

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

Shades of Blossom #DCAAB8

Tints of Blossom #DCAAB8

RGB

 RED value IS 220 (86.33% from 255) = 38.33%

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

 BLUE value IS 184 (72.27% from 255) = 32.06%

R = 38.33%
G = 29.62%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCAAB8 (or 0xDCAAB8) is known color: Blossom. HEX triplet: DC, AA and B8. RGB value is (220,170,184). Sum of RGB (Red+Green+Blue) = 220+170+184=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAB8 is #235547. Grayscale: #BABABA. Windows color (decimal): -2315592 or 12102364. OLE color: 12102364.

HSL color Cylindrical-coordinate representation of color #DCAAB8: hue angle of 343.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAAB8 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 184 -
CMYK 0 0.23 0.16 0.14
HSL 343.2º 0.42% 0.76% -
HSV(B) 343.2º 0.23% 0.86% -
XYZ 52.54 47.43 51.73 -
YUV 186.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 220 170 184 0 0.23 0.16 0.14 343.2 0.42 0.76
Hex DC AA B8 0 17 10 E 157 2A 4C
Octal 334 252 270 0 27 20 16 527 52 114
Binary 11011100 10101010 10111000 0 10111 10000 1110 101010111 101010 1001100

Color Harmonies of #DCAAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAB8

Black with #DCAAB8

Text Example


Text Example

White with #DCAAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAB8; }

 p { color: rgb(220,170,184); }

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

background-color css

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

 a { background-color: rgb(220,170,184); }

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

border-color css

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

 span { border-color: rgb(220,170,184); }

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