Html Css Color HEX #DAAFE1 Plum

📋 copy color: '#DAAFE1'

red 218 ◦ green 175 ◦ blue 225

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

Shades of Plum #DAAFE1

Tints of Plum #DAAFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.41%

R = 35.28%
G = 28.32%
B = 36.41%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DAAFE1 (or 0xDAAFE1) is known color: Plum. HEX triplet: DA, AF and E1. RGB value is (218,175,225). Sum of RGB (Red+Green+Blue) = 218+175+225=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFE1 is #25501E. Grayscale: #C1C1C1. Windows color (decimal): -2445343 or 14790618. OLE color: 14790618.

HSL color Cylindrical-coordinate representation of color #DAAFE1: hue angle of 291.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAAFE1 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 175 225 -
CMYK 0.03 0.22 0 0.12
HSL 291.6º 0.45% 0.78% -
HSV(B) 291.6º 0.22% 0.88% -
XYZ 57.83 51 78.03 -
YUV 193.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 218 175 225 0.03 0.22 0 0.12 291.6 0.45 0.78
Hex DA AF E1 3 16 0 C 124 2D 4E
Octal 332 257 341 3 26 0 14 444 55 116
Binary 11011010 10101111 11100001 11 10110 0 1100 100100100 101101 1001110

Color Harmonies of #DAAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFE1

Black with #DAAFE1

Text Example


Text Example

White with #DAAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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