Html Css Color HEX #DAAFEA Mauve

📋 copy color: '#DAAFEA'

red 218 ◦ green 175 ◦ blue 234

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

Shades of Mauve #DAAFEA

Tints of Mauve #DAAFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.32%

R = 34.77%
G = 27.91%
B = 37.32%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DAAFEA (or 0xDAAFEA) is known color: Mauve. HEX triplet: DA, AF and EA. RGB value is (218,175,234). Sum of RGB (Red+Green+Blue) = 218+175+234=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAAFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFEA is #255015. Grayscale: #C2C2C2. Windows color (decimal): -2445334 or 15380442. OLE color: 15380442.

HSL color Cylindrical-coordinate representation of color #DAAFEA: hue angle of 283.73º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAAFEA is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 175 234 -
CMYK 0.07 0.25 0 0.08
HSL 283.73º 0.58% 0.8% -
HSV(B) 283.73º 0.25% 0.92% -
XYZ 59.09 51.51 84.67 -
YUV 194.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 218 175 234 0.07 0.25 0 0.08 283.73 0.58 0.8
Hex DA AF EA 7 19 0 8 11C 3A 50
Octal 332 257 352 7 31 0 10 434 72 120
Binary 11011010 10101111 11101010 111 11001 0 1000 100011100 111010 1010000

Color Harmonies of #DAAFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFEA

Black with #DAAFEA

Text Example


Text Example

White with #DAAFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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