Html Css Color HEX #DAABEB Mauve

📋 copy color: '#DAABEB'

red 218 ◦ green 171 ◦ blue 235

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

Shades of Mauve #DAABEB

Tints of Mauve #DAABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.4%

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

R = 34.94%
G = 27.4%
B = 37.66%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DAABEB (or 0xDAABEB) is known color: Mauve. HEX triplet: DA, AB and EB. RGB value is (218,171,235). Sum of RGB (Red+Green+Blue) = 218+171+235=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABEB is #255414. Grayscale: #C0C0C0. Windows color (decimal): -2446357 or 15444954. OLE color: 15444954.

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

Color convert

RGB 218 171 235 -
CMYK 0.07 0.27 0 0.08
HSL 284.06º 0.62% 0.8% -
HSV(B) 284.06º 0.27% 0.92% -
XYZ 58.47 50.03 85.17 -
YUV 192.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 218 171 235 0.07 0.27 0 0.08 284.06 0.62 0.8
Hex DA AB EB 7 1B 0 8 11C 3E 50
Octal 332 253 353 7 33 0 10 434 76 120
Binary 11011010 10101011 11101011 111 11011 0 1000 100011100 111110 1010000

Color Harmonies of #DAABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABEB

Black with #DAABEB

Text Example


Text Example

White with #DAABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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