Html Css Color HEX #DCADE3 Plum

📋 copy color: '#DCADE3'

red 220 ◦ green 173 ◦ blue 227

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

Shades of Plum #DCADE3

Tints of Plum #DCADE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.61%

R = 35.48%
G = 27.9%
B = 36.61%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DCADE3 (or 0xDCADE3) is known color: Plum. HEX triplet: DC, AD and E3. RGB value is (220,173,227). Sum of RGB (Red+Green+Blue) = 220+173+227=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADE3 is #23521C. Grayscale: #C1C1C1. Windows color (decimal): -2314781 or 14921180. OLE color: 14921180.

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

Color convert

RGB 220 173 227 -
CMYK 0.03 0.24 0 0.11
HSL 292.22º 0.49% 0.78% -
HSV(B) 292.22º 0.24% 0.89% -
XYZ 58.32 50.65 79.38 -
YUV 193.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 220 173 227 0.03 0.24 0 0.11 292.22 0.49 0.78
Hex DC AD E3 3 18 0 B 124 31 4E
Octal 334 255 343 3 30 0 13 444 61 116
Binary 11011100 10101101 11100011 11 11000 0 1011 100100100 110001 1001110

Color Harmonies of #DCADE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADE3

Black with #DCADE3

Text Example


Text Example

White with #DCADE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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