Html Css Color HEX #DAAEE6 Plum

📋 copy color: '#DAAEE6'

red 218 ◦ green 174 ◦ blue 230

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

Shades of Plum #DAAEE6

Tints of Plum #DAAEE6

RGB

 RED value IS 218 (85.55% from 255) = 35.05%

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

 BLUE value IS 230 (90.23% from 255) = 36.98%

R = 35.05%
G = 27.97%
B = 36.98%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DAAEE6 (or 0xDAAEE6) is known color: Plum. HEX triplet: DA, AE and E6. RGB value is (218,174,230). Sum of RGB (Red+Green+Blue) = 218+174+230=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAAEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEE6 is #255119. Grayscale: #C1C1C1. Windows color (decimal): -2445594 or 15118042. OLE color: 15118042.

HSL color Cylindrical-coordinate representation of color #DAAEE6: hue angle of 287.14º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAAEE6 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 174 230 -
CMYK 0.05 0.24 0 0.10
HSL 287.14º 0.53% 0.79% -
HSV(B) 287.14º 0.24% 0.9% -
XYZ 58.33 50.89 81.61 -
YUV 193.54 148.58 145.45 -
System Red Green Blue C M Y K H S L
Decimal 218 174 230 0.05 0.24 0 0.10 287.14 0.53 0.79
Hex DA AE E6 5 18 0 A 11F 35 4F
Octal 332 256 346 5 30 0 12 437 65 117
Binary 11011010 10101110 11100110 101 11000 0 1010 100011111 110101 1001111

Color Harmonies of #DAAEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEE6

Black with #DAAEE6

Text Example


Text Example

White with #DAAEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEE6; }

 p { color: rgb(218,174,230); }

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

background-color css

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

 a { background-color: rgb(218,174,230); }

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

border-color css

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

 span { border-color: rgb(218,174,230); }

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