Html Css Color HEX #DCACB8 Blossom

📋 copy color: '#DCACB8'

red 220 ◦ green 172 ◦ blue 184

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

Shades of Blossom #DCACB8

Tints of Blossom #DCACB8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.86%

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

R = 38.19%
G = 29.86%
B = 31.94%

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

#DCACB8 (or 0xDCACB8) is known color: Blossom. HEX triplet: DC, AC and B8. RGB value is (220,172,184). Sum of RGB (Red+Green+Blue) = 220+172+184=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACB8 is #235347. Grayscale: #BBBBBB. Windows color (decimal): -2315080 or 12102876. OLE color: 12102876.

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

Color convert

RGB 220 172 184 -
CMYK 0 0.22 0.16 0.14
HSL 345º 0.41% 0.77% -
HSV(B) 345º 0.22% 0.86% -
XYZ 52.92 48.18 51.86 -
YUV 187.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 220 172 184 0 0.22 0.16 0.14 345 0.41 0.77
Hex DC AC B8 0 16 10 E 159 29 4D
Octal 334 254 270 0 26 20 16 531 51 115
Binary 11011100 10101100 10111000 0 10110 10000 1110 101011001 101001 1001101

Color Harmonies of #DCACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACB8

Black with #DCACB8

Text Example


Text Example

White with #DCACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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