Html Css Color HEX #DAAEEB Mauve

📋 copy color: '#DAAEEB'

red 218 ◦ green 174 ◦ blue 235

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

Shades of Mauve #DAAEEB

Tints of Mauve #DAAEEB

RGB

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

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

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

R = 34.77%
G = 27.75%
B = 37.48%

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

#DAAEEB (or 0xDAAEEB) is known color: Mauve. HEX triplet: DA, AE and EB. RGB value is (218,174,235). Sum of RGB (Red+Green+Blue) = 218+174+235=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAAEEB is #255114. Grayscale: #C1C1C1. Windows color (decimal): -2445589 or 15445722. OLE color: 15445722.

HSL color Cylindrical-coordinate representation of color #DAAEEB: hue angle of 283.28º 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 #DAAEEB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 174 235 -
CMYK 0.07 0.26 0 0.08
HSL 283.28º 0.6% 0.8% -
HSV(B) 283.28º 0.26% 0.92% -
XYZ 59.04 51.18 85.36 -
YUV 194.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 218 174 235 0.07 0.26 0 0.08 283.28 0.6 0.8
Hex DA AE EB 7 1A 0 8 11B 3C 50
Octal 332 256 353 7 32 0 10 433 74 120
Binary 11011010 10101110 11101011 111 11010 0 1000 100011011 111100 1010000

Color Harmonies of #DAAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAEEB

Black with #DAAEEB

Text Example


Text Example

White with #DAAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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