Html Css Color HEX #DAB8FC Mauve

📋 copy color: '#DAB8FC'

red 218 ◦ green 184 ◦ blue 252

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

Shades of Mauve #DAB8FC

Tints of Mauve #DAB8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.13%

 BLUE value IS 252 (98.83% from 255) = 38.53%

R = 33.33%
G = 28.13%
B = 38.53%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAB8FC (or 0xDAB8FC) is known color: Mauve. HEX triplet: DA, B8 and FC. RGB value is (218,184,252). Sum of RGB (Red+Green+Blue) = 218+184+252=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 184 (72.27% from 255 or 28.13% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAB8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB8FC is #254703. Grayscale: #C9C9C9. Windows color (decimal): -2443012 or 16562394. OLE color: 16562394.

HSL color Cylindrical-coordinate representation of color #DAB8FC: hue angle of 270º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAB8FC is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 184 252 -
CMYK 0.13 0.27 0 0.01
HSL 270º 0.92% 0.85% -
HSV(B) 270º 0.27% 0.99% -
XYZ 63.62 56.21 99.59 -
YUV 201.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 218 184 252 0.13 0.27 0 0.01 270 0.92 0.85
Hex DA B8 FC D 1B 0 1 10E 5C 55
Octal 332 270 374 15 33 0 1 416 134 125
Binary 11011010 10111000 11111100 1101 11011 0 1 100001110 1011100 1010101

Color Harmonies of #DAB8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB8FC

Black with #DAB8FC

Text Example


Text Example

White with #DAB8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB8FC; }

 p { color: rgb(218,184,252); }

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

background-color css

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

 a { background-color: rgb(218,184,252); }

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

border-color css

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

 span { border-color: rgb(218,184,252); }

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