Html Css Color HEX #DCAEE9 Plum

📋 copy color: '#DCAEE9'

red 220 ◦ green 174 ◦ blue 233

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

Shades of Plum #DCAEE9

Tints of Plum #DCAEE9

RGB

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

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

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

R = 35.09%
G = 27.75%
B = 37.16%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCAEE9 (or 0xDCAEE9) is known color: Plum. HEX triplet: DC, AE and E9. RGB value is (220,174,233). Sum of RGB (Red+Green+Blue) = 220+174+233=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEE9 is #235116. Grayscale: #C2C2C2. Windows color (decimal): -2314519 or 15314652. OLE color: 15314652.

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

Color convert

RGB 220 174 233 -
CMYK 0.06 0.25 0 0.09
HSL 286.78º 0.57% 0.8% -
HSV(B) 286.78º 0.25% 0.91% -
XYZ 59.36 51.37 83.88 -
YUV 194.48 149.74 146.2 -
System Red Green Blue C M Y K H S L
Decimal 220 174 233 0.06 0.25 0 0.09 286.78 0.57 0.8
Hex DC AE E9 6 19 0 9 11F 39 50
Octal 334 256 351 6 31 0 11 437 71 120
Binary 11011100 10101110 11101001 110 11001 0 1001 100011111 111001 1010000

Color Harmonies of #DCAEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEE9

Black with #DCAEE9

Text Example


Text Example

White with #DCAEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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