Html Css Color HEX #DAAFE2 Plum

📋 copy color: '#DAAFE2'

red 218 ◦ green 175 ◦ blue 226

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

Shades of Plum #DAAFE2

Tints of Plum #DAAFE2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.27%

 BLUE value IS 226 (88.67% from 255) = 36.51%

R = 35.22%
G = 28.27%
B = 36.51%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DAAFE2 (or 0xDAAFE2) is known color: Plum. HEX triplet: DA, AF and E2. RGB value is (218,175,226). Sum of RGB (Red+Green+Blue) = 218+175+226=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFE2 is #25501D. Grayscale: #C1C1C1. Windows color (decimal): -2445342 or 14856154. OLE color: 14856154.

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

Color convert

RGB 218 175 226 -
CMYK 0.04 0.23 0 0.11
HSL 290.59º 0.47% 0.79% -
HSV(B) 290.59º 0.23% 0.89% -
XYZ 57.97 51.06 78.75 -
YUV 193.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 218 175 226 0.04 0.23 0 0.11 290.59 0.47 0.79
Hex DA AF E2 4 17 0 B 123 2F 4F
Octal 332 257 342 4 27 0 13 443 57 117
Binary 11011010 10101111 11100010 100 10111 0 1011 100100011 101111 1001111

Color Harmonies of #DAAFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFE2

Black with #DAAFE2

Text Example


Text Example

White with #DAAFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFE2; }

 p { color: rgb(218,175,226); }

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

background-color css

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

 a { background-color: rgb(218,175,226); }

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

border-color css

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

 span { border-color: rgb(218,175,226); }

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