Html Css Color HEX #DAABEE Mauve

📋 copy color: '#DAABEE'

red 218 ◦ green 171 ◦ blue 238

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

Shades of Mauve #DAABEE

Tints of Mauve #DAABEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.96%

R = 34.77%
G = 27.27%
B = 37.96%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DAABEE (or 0xDAABEE) is known color: Mauve. HEX triplet: DA, AB and EE. RGB value is (218,171,238). Sum of RGB (Red+Green+Blue) = 218+171+238=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABEE is #255411. Grayscale: #C0C0C0. Windows color (decimal): -2446354 or 15641562. OLE color: 15641562.

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

Color convert

RGB 218 171 238 -
CMYK 0.08 0.28 0 0.07
HSL 282.09º 0.66% 0.8% -
HSV(B) 282.09º 0.28% 0.93% -
XYZ 58.91 50.2 87.47 -
YUV 192.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 218 171 238 0.08 0.28 0 0.07 282.09 0.66 0.8
Hex DA AB EE 8 1C 0 7 11A 42 50
Octal 332 253 356 10 34 0 7 432 102 120
Binary 11011010 10101011 11101110 1000 11100 0 111 100011010 1000010 1010000

Color Harmonies of #DAABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABEE

Black with #DAABEE

Text Example


Text Example

White with #DAABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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