Html Css Color HEX #DAB2FF Mauve

📋 copy color: '#DAB2FF'

red 218 ◦ green 178 ◦ blue 255

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

Shades of Mauve #DAB2FF

Tints of Mauve #DAB2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.34%

 BLUE value IS 255 (100% from 255) = 39.17%

R = 33.49%
G = 27.34%
B = 39.17%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DAB2FF (or 0xDAB2FF) is known color: Mauve. HEX triplet: DA, B2 and FF. RGB value is (218,178,255). Sum of RGB (Red+Green+Blue) = 218+178+255=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB2FF is #254D00. Grayscale: #C6C6C6. Windows color (decimal): -2444545 or 16757466. OLE color: 16757466.

HSL color Cylindrical-coordinate representation of color #DAB2FF: hue angle of 271.17º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAB2FF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 218 178 255 -
CMYK 0.15 0.30 0 0
HSL 271.17º 1% 0.85% -
HSV(B) 271.17º 0.3% 1% -
XYZ 62.88 53.97 101.71 -
YUV 198.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 218 178 255 0.15 0.30 0 0 271.17 1 0.85
Hex DA B2 FF F 1E 0 0 10F 64 55
Octal 332 262 377 17 36 0 0 417 144 125
Binary 11011010 10110010 11111111 1111 11110 0 0 100001111 1100100 1010101

Color Harmonies of #DAB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB2FF

Black with #DAB2FF

Text Example


Text Example

White with #DAB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB2FF; }

 p { color: rgb(218,178,255); }

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

background-color css

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

 a { background-color: rgb(218,178,255); }

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

border-color css

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

 span { border-color: rgb(218,178,255); }

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