Html Css Color HEX #DAAFEC Mauve

📋 copy color: '#DAAFEC'

red 218 ◦ green 175 ◦ blue 236

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

Shades of Mauve #DAAFEC

Tints of Mauve #DAAFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.52%

R = 34.66%
G = 27.82%
B = 37.52%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAAFEC (or 0xDAAFEC) is known color: Mauve. HEX triplet: DA, AF and EC. RGB value is (218,175,236). Sum of RGB (Red+Green+Blue) = 218+175+236=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAFEC is #255013. Grayscale: #C2C2C2. Windows color (decimal): -2445332 or 15511514. OLE color: 15511514.

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

Color convert

RGB 218 175 236 -
CMYK 0.08 0.26 0 0.07
HSL 282.3º 0.62% 0.81% -
HSV(B) 282.3º 0.26% 0.93% -
XYZ 59.38 51.62 86.19 -
YUV 194.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 218 175 236 0.08 0.26 0 0.07 282.3 0.62 0.81
Hex DA AF EC 8 1A 0 7 11A 3E 51
Octal 332 257 354 10 32 0 7 432 76 121
Binary 11011010 10101111 11101100 1000 11010 0 111 100011010 111110 1010001

Color Harmonies of #DAAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAFEC

Black with #DAAFEC

Text Example


Text Example

White with #DAAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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