Html Css Color HEX #DAAFE0 Plum

📋 copy color: '#DAAFE0'

red 218 ◦ green 175 ◦ blue 224

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

Shades of Plum #DAAFE0

Tints of Plum #DAAFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.3%

R = 35.33%
G = 28.36%
B = 36.3%

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

#DAAFE0 (or 0xDAAFE0) is known color: Plum. HEX triplet: DA, AF and E0. RGB value is (218,175,224). Sum of RGB (Red+Green+Blue) = 218+175+224=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFE0 is #25501F. Grayscale: #C1C1C1. Windows color (decimal): -2445344 or 14725082. OLE color: 14725082.

HSL color Cylindrical-coordinate representation of color #DAAFE0: hue angle of 292.65º degrees, saturation: 0.44, 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 #DAAFE0 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 175 224 -
CMYK 0.03 0.22 0 0.12
HSL 292.65º 0.44% 0.78% -
HSV(B) 292.65º 0.22% 0.88% -
XYZ 57.7 50.95 77.31 -
YUV 193.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 218 175 224 0.03 0.22 0 0.12 292.65 0.44 0.78
Hex DA AF E0 3 16 0 C 125 2C 4E
Octal 332 257 340 3 26 0 14 445 54 116
Binary 11011010 10101111 11100000 11 10110 0 1100 100100101 101100 1001110

Color Harmonies of #DAAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFE0

Black with #DAAFE0

Text Example


Text Example

White with #DAAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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