Html Css Color HEX #DCADE9 Plum

📋 copy color: '#DCADE9'

red 220 ◦ green 173 ◦ blue 233

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

Shades of Plum #DCADE9

Tints of Plum #DCADE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.22%

R = 35.14%
G = 27.64%
B = 37.22%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCADE9 (or 0xDCADE9) is known color: Plum. HEX triplet: DC, AD and E9. RGB value is (220,173,233). Sum of RGB (Red+Green+Blue) = 220+173+233=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADE9 is #235216. Grayscale: #C1C1C1. Windows color (decimal): -2314775 or 15314396. OLE color: 15314396.

HSL color Cylindrical-coordinate representation of color #DCADE9: hue angle of 287º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCADE9 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 173 233 -
CMYK 0.06 0.26 0 0.09
HSL 287º 0.58% 0.8% -
HSV(B) 287º 0.26% 0.91% -
XYZ 59.17 50.99 83.81 -
YUV 193.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 220 173 233 0.06 0.26 0 0.09 287 0.58 0.8
Hex DC AD E9 6 1A 0 9 11F 3A 50
Octal 334 255 351 6 32 0 11 437 72 120
Binary 11011100 10101101 11101001 110 11010 0 1001 100011111 111010 1010000

Color Harmonies of #DCADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADE9

Black with #DCADE9

Text Example


Text Example

White with #DCADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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