Html Css Color HEX #DAB0F0 Mauve

📋 copy color: '#DAB0F0'

red 218 ◦ green 176 ◦ blue 240

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

Shades of Mauve #DAB0F0

Tints of Mauve #DAB0F0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.76%

 BLUE value IS 240 (94.14% from 255) = 37.85%

R = 34.38%
G = 27.76%
B = 37.85%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DAB0F0 (or 0xDAB0F0) is known color: Mauve. HEX triplet: DA, B0 and F0. RGB value is (218,176,240). Sum of RGB (Red+Green+Blue) = 218+176+240=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAB0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0F0 is #254F0F. Grayscale: #C3C3C3. Windows color (decimal): -2445072 or 15773914. OLE color: 15773914.

HSL color Cylindrical-coordinate representation of color #DAB0F0: hue angle of 279.38º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAB0F0 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 176 240 -
CMYK 0.09 0.27 0 0.06
HSL 279.38º 0.68% 0.82% -
HSV(B) 279.38º 0.27% 0.94% -
XYZ 60.17 52.25 89.35 -
YUV 195.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 218 176 240 0.09 0.27 0 0.06 279.38 0.68 0.82
Hex DA B0 F0 9 1B 0 6 117 44 52
Octal 332 260 360 11 33 0 6 427 104 122
Binary 11011010 10110000 11110000 1001 11011 0 110 100010111 1000100 1010010

Color Harmonies of #DAB0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB0F0

Black with #DAB0F0

Text Example


Text Example

White with #DAB0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB0F0; }

 p { color: rgb(218,176,240); }

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

background-color css

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

 a { background-color: rgb(218,176,240); }

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

border-color css

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

 span { border-color: rgb(218,176,240); }

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