Html Css Color HEX #DCAAB4 Blossom

📋 copy color: '#DCAAB4'

red 220 ◦ green 170 ◦ blue 180

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

Shades of Blossom #DCAAB4

Tints of Blossom #DCAAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.58%

R = 38.6%
G = 29.82%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DCAAB4 (or 0xDCAAB4) is known color: Blossom. HEX triplet: DC, AA and B4. RGB value is (220,170,180). Sum of RGB (Red+Green+Blue) = 220+170+180=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAB4 is #23554B. Grayscale: #BABABA. Windows color (decimal): -2315596 or 11840220. OLE color: 11840220.

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

Color convert

RGB 220 170 180 -
CMYK 0 0.23 0.18 0.14
HSL 348º 0.42% 0.76% -
HSV(B) 348º 0.23% 0.86% -
XYZ 52.13 47.26 49.55 -
YUV 186.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 220 170 180 0 0.23 0.18 0.14 348 0.42 0.76
Hex DC AA B4 0 17 12 E 15C 2A 4C
Octal 334 252 264 0 27 22 16 534 52 114
Binary 11011100 10101010 10110100 0 10111 10010 1110 101011100 101010 1001100

Color Harmonies of #DCAAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAB4

Black with #DCAAB4

Text Example


Text Example

White with #DCAAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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