Html Css Color HEX #DCAEE7 Plum

📋 copy color: '#DCAEE7'

red 220 ◦ green 174 ◦ blue 231

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

Shades of Plum #DCAEE7

Tints of Plum #DCAEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.96%

R = 35.2%
G = 27.84%
B = 36.96%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DCAEE7 (or 0xDCAEE7) is known color: Plum. HEX triplet: DC, AE and E7. RGB value is (220,174,231). Sum of RGB (Red+Green+Blue) = 220+174+231=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCAEE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEE7 is #235118. Grayscale: #C2C2C2. Windows color (decimal): -2314521 or 15183580. OLE color: 15183580.

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

Color convert

RGB 220 174 231 -
CMYK 0.05 0.25 0 0.09
HSL 288.42º 0.54% 0.79% -
HSV(B) 288.42º 0.25% 0.91% -
XYZ 59.08 51.26 82.38 -
YUV 194.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 220 174 231 0.05 0.25 0 0.09 288.42 0.54 0.79
Hex DC AE E7 5 19 0 9 120 36 4F
Octal 334 256 347 5 31 0 11 440 66 117
Binary 11011100 10101110 11100111 101 11001 0 1001 100100000 110110 1001111

Color Harmonies of #DCAEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEE7

Black with #DCAEE7

Text Example


Text Example

White with #DCAEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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