Html Css Color HEX #DAA8E4 Plum

📋 copy color: '#DAA8E4'

red 218 ◦ green 168 ◦ blue 228

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

Shades of Plum #DAA8E4

Tints of Plum #DAA8E4

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.36%

 BLUE value IS 228 (89.45% from 255) = 37.13%

R = 35.5%
G = 27.36%
B = 37.13%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DAA8E4 (or 0xDAA8E4) is known color: Plum. HEX triplet: DA, A8 and E4. RGB value is (218,168,228). Sum of RGB (Red+Green+Blue) = 218+168+228=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAA8E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8E4 is #25571B. Grayscale: #BDBDBD. Windows color (decimal): -2447132 or 14985434. OLE color: 14985434.

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

Color convert

RGB 218 168 228 -
CMYK 0.04 0.26 0 0.11
HSL 290º 0.53% 0.78% -
HSV(B) 290º 0.26% 0.89% -
XYZ 56.92 48.51 79.76 -
YUV 189.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 218 168 228 0.04 0.26 0 0.11 290 0.53 0.78
Hex DA A8 E4 4 1A 0 B 122 35 4E
Octal 332 250 344 4 32 0 13 442 65 116
Binary 11011010 10101000 11100100 100 11010 0 1011 100100010 110101 1001110

Color Harmonies of #DAA8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA8E4

Black with #DAA8E4

Text Example


Text Example

White with #DAA8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA8E4; }

 p { color: rgb(218,168,228); }

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

background-color css

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

 a { background-color: rgb(218,168,228); }

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

border-color css

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

 span { border-color: rgb(218,168,228); }

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