Html Css Color HEX #DCADE4 Plum

📋 copy color: '#DCADE4'

red 220 ◦ green 173 ◦ blue 228

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

Shades of Plum #DCADE4

Tints of Plum #DCADE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.71%

R = 35.43%
G = 27.86%
B = 36.71%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCADE4 (or 0xDCADE4) is known color: Plum. HEX triplet: DC, AD and E4. RGB value is (220,173,228). Sum of RGB (Red+Green+Blue) = 220+173+228=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCADE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADE4 is #23521B. Grayscale: #C1C1C1. Windows color (decimal): -2314780 or 14986716. OLE color: 14986716.

HSL color Cylindrical-coordinate representation of color #DCADE4: hue angle of 291.27º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCADE4 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 173 228 -
CMYK 0.04 0.24 0 0.11
HSL 291.27º 0.5% 0.79% -
HSV(B) 291.27º 0.24% 0.89% -
XYZ 58.46 50.7 80.1 -
YUV 193.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 220 173 228 0.04 0.24 0 0.11 291.27 0.5 0.79
Hex DC AD E4 4 18 0 B 123 32 4F
Octal 334 255 344 4 30 0 13 443 62 117
Binary 11011100 10101101 11100100 100 11000 0 1011 100100011 110010 1001111

Color Harmonies of #DCADE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADE4

Black with #DCADE4

Text Example


Text Example

White with #DCADE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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