Html Css Color HEX #DCADE1 Plum

📋 copy color: '#DCADE1'

red 220 ◦ green 173 ◦ blue 225

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

Shades of Plum #DCADE1

Tints of Plum #DCADE1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.99%

 BLUE value IS 225 (88.28% from 255) = 36.41%

R = 35.6%
G = 27.99%
B = 36.41%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DCADE1 (or 0xDCADE1) is known color: Plum. HEX triplet: DC, AD and E1. RGB value is (220,173,225). Sum of RGB (Red+Green+Blue) = 220+173+225=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADE1 is #23521E. Grayscale: #C0C0C0. Windows color (decimal): -2314783 or 14790108. OLE color: 14790108.

HSL color Cylindrical-coordinate representation of color #DCADE1: hue angle of 294.23º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCADE1 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 173 225 -
CMYK 0.02 0.23 0 0.12
HSL 294.23º 0.46% 0.78% -
HSV(B) 294.23º 0.23% 0.88% -
XYZ 58.05 50.54 77.93 -
YUV 192.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 220 173 225 0.02 0.23 0 0.12 294.23 0.46 0.78
Hex DC AD E1 2 17 0 C 126 2E 4E
Octal 334 255 341 2 27 0 14 446 56 116
Binary 11011100 10101101 11100001 10 10111 0 1100 100100110 101110 1001110

Color Harmonies of #DCADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADE1

Black with #DCADE1

Text Example


Text Example

White with #DCADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADE1; }

 p { color: rgb(220,173,225); }

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

background-color css

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

 a { background-color: rgb(220,173,225); }

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

border-color css

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

 span { border-color: rgb(220,173,225); }

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