Html Css Color HEX #DAAFEB Mauve

📋 copy color: '#DAAFEB'

red 218 ◦ green 175 ◦ blue 235

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

Shades of Mauve #DAAFEB

Tints of Mauve #DAAFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.42%

R = 34.71%
G = 27.87%
B = 37.42%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DAAFEB (or 0xDAAFEB) is known color: Mauve. HEX triplet: DA, AF and EB. RGB value is (218,175,235). Sum of RGB (Red+Green+Blue) = 218+175+235=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAAFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFEB is #255014. Grayscale: #C2C2C2. Windows color (decimal): -2445333 or 15445978. OLE color: 15445978.

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

Color convert

RGB 218 175 235 -
CMYK 0.07 0.26 0 0.08
HSL 283º 0.6% 0.8% -
HSV(B) 283º 0.26% 0.92% -
XYZ 59.24 51.56 85.43 -
YUV 194.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 218 175 235 0.07 0.26 0 0.08 283 0.6 0.8
Hex DA AF EB 7 1A 0 8 11B 3C 50
Octal 332 257 353 7 32 0 10 433 74 120
Binary 11011010 10101111 11101011 111 11010 0 1000 100011011 111100 1010000

Color Harmonies of #DAAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFEB

Black with #DAAFEB

Text Example


Text Example

White with #DAAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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