Html Css Color HEX #DCAEDF Plum

📋 copy color: '#DCAEDF'

red 220 ◦ green 174 ◦ blue 223

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

Shades of Plum #DCAEDF

Tints of Plum #DCAEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.2%

 BLUE value IS 223 (87.5% from 255) = 36.14%

R = 35.66%
G = 28.2%
B = 36.14%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCAEDF (or 0xDCAEDF) is known color: Plum. HEX triplet: DC, AE and DF. RGB value is (220,174,223). Sum of RGB (Red+Green+Blue) = 220+174+223=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAEDF is #235120. Grayscale: #C1C1C1. Windows color (decimal): -2314529 or 14659292. OLE color: 14659292.

HSL color Cylindrical-coordinate representation of color #DCAEDF: hue angle of 296.33º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCAEDF is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 174 223 -
CMYK 0.01 0.22 0 0.13
HSL 296.33º 0.43% 0.78% -
HSV(B) 296.33º 0.22% 0.87% -
XYZ 57.97 50.82 76.57 -
YUV 193.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 220 174 223 0.01 0.22 0 0.13 296.33 0.43 0.78
Hex DC AE DF 1 16 0 D 128 2B 4E
Octal 334 256 337 1 26 0 15 450 53 116
Binary 11011100 10101110 11011111 1 10110 0 1101 100101000 101011 1001110

Color Harmonies of #DCAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEDF

Black with #DCAEDF

Text Example


Text Example

White with #DCAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEDF; }

 p { color: rgb(220,174,223); }

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

background-color css

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

 a { background-color: rgb(220,174,223); }

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

border-color css

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

 span { border-color: rgb(220,174,223); }

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