Html Css Color HEX #DCAAB2 Blossom

📋 copy color: '#DCAAB2'

red 220 ◦ green 170 ◦ blue 178

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

Shades of Blossom #DCAAB2

Tints of Blossom #DCAAB2

RGB

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

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

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

R = 38.73%
G = 29.93%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DCAAB2 (or 0xDCAAB2) is known color: Blossom. HEX triplet: DC, AA and B2. RGB value is (220,170,178). Sum of RGB (Red+Green+Blue) = 220+170+178=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAAB2 is #23554D. Grayscale: #B9B9B9. Windows color (decimal): -2315598 or 11709148. OLE color: 11709148.

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

Color convert

RGB 220 170 178 -
CMYK 0 0.23 0.19 0.14
HSL 350.4º 0.42% 0.76% -
HSV(B) 350.4º 0.23% 0.86% -
XYZ 51.93 47.18 48.49 -
YUV 185.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 220 170 178 0 0.23 0.19 0.14 350.4 0.42 0.76
Hex DC AA B2 0 17 13 E 15E 2A 4C
Octal 334 252 262 0 27 23 16 536 52 114
Binary 11011100 10101010 10110010 0 10111 10011 1110 101011110 101010 1001100

Color Harmonies of #DCAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAB2

Black with #DCAAB2

Text Example


Text Example

White with #DCAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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