Html Css Color HEX #DAAEFC Mauve

📋 copy color: '#DAAEFC'

red 218 ◦ green 174 ◦ blue 252

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

Shades of Mauve #DAAEFC

Tints of Mauve #DAAEFC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.02%

 BLUE value IS 252 (98.83% from 255) = 39.13%

R = 33.85%
G = 27.02%
B = 39.13%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAAEFC (or 0xDAAEFC) is known color: Mauve. HEX triplet: DA, AE and FC. RGB value is (218,174,252). Sum of RGB (Red+Green+Blue) = 218+174+252=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEFC is #255103. Grayscale: #C3C3C3. Windows color (decimal): -2445572 or 16559834. OLE color: 16559834.

HSL color Cylindrical-coordinate representation of color #DAAEFC: hue angle of 273.85º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAAEFC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 174 252 -
CMYK 0.13 0.31 0 0.01
HSL 273.85º 0.93% 0.84% -
HSV(B) 273.85º 0.31% 0.99% -
XYZ 61.62 52.21 98.92 -
YUV 196.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 218 174 252 0.13 0.31 0 0.01 273.85 0.93 0.84
Hex DA AE FC D 1F 0 1 112 5D 54
Octal 332 256 374 15 37 0 1 422 135 124
Binary 11011010 10101110 11111100 1101 11111 0 1 100010010 1011101 1010100

Color Harmonies of #DAAEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEFC

Black with #DAAEFC

Text Example


Text Example

White with #DAAEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEFC; }

 p { color: rgb(218,174,252); }

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

background-color css

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

 a { background-color: rgb(218,174,252); }

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

border-color css

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

 span { border-color: rgb(218,174,252); }

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