Html Css Color HEX #DCABB8 Blossom

📋 copy color: '#DCABB8'

red 220 ◦ green 171 ◦ blue 184

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

Shades of Blossom #DCABB8

Tints of Blossom #DCABB8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.74%

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

R = 38.26%
G = 29.74%
B = 32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCABB8 (or 0xDCABB8) is known color: Blossom. HEX triplet: DC, AB and B8. RGB value is (220,171,184). Sum of RGB (Red+Green+Blue) = 220+171+184=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABB8 is #235447. Grayscale: #BBBBBB. Windows color (decimal): -2315336 or 12102620. OLE color: 12102620.

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

Color convert

RGB 220 171 184 -
CMYK 0 0.22 0.16 0.14
HSL 344.08º 0.41% 0.77% -
HSV(B) 344.08º 0.22% 0.86% -
XYZ 52.73 47.8 51.79 -
YUV 187.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 220 171 184 0 0.22 0.16 0.14 344.08 0.41 0.77
Hex DC AB B8 0 16 10 E 158 29 4D
Octal 334 253 270 0 26 20 16 530 51 115
Binary 11011100 10101011 10111000 0 10110 10000 1110 101011000 101001 1001101

Color Harmonies of #DCABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABB8

Black with #DCABB8

Text Example


Text Example

White with #DCABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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