Html Css Color HEX #DBAFF2 Mauve

📋 copy color: '#DBAFF2'

red 219 ◦ green 175 ◦ blue 242

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

Shades of Mauve #DBAFF2

Tints of Mauve #DBAFF2

RGB

 RED value IS 219 (85.94% from 255) = 34.43%

 GREEN value IS 175 (68.75% from 255) = 27.52%

 BLUE value IS 242 (94.92% from 255) = 38.05%

R = 34.43%
G = 27.52%
B = 38.05%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DBAFF2 (or 0xDBAFF2) is known color: Mauve. HEX triplet: DB, AF and F2. RGB value is (219,175,242). Sum of RGB (Red+Green+Blue) = 219+175+242=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBAFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFF2 is #24500D. Grayscale: #C3C3C3. Windows color (decimal): -2379790 or 15904731. OLE color: 15904731.

HSL color Cylindrical-coordinate representation of color #DBAFF2: hue angle of 279.4º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBAFF2 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 175 242 -
CMYK 0.10 0.28 0 0.05
HSL 279.4º 0.72% 0.82% -
HSV(B) 279.4º 0.28% 0.95% -
XYZ 60.57 52.13 90.87 -
YUV 195.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 219 175 242 0.10 0.28 0 0.05 279.4 0.72 0.82
Hex DB AF F2 A 1C 0 5 117 48 52
Octal 333 257 362 12 34 0 5 427 110 122
Binary 11011011 10101111 11110010 1010 11100 0 101 100010111 1001000 1010010

Color Harmonies of #DBAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFF2

Black with #DBAFF2

Text Example


Text Example

White with #DBAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFF2; }

 p { color: rgb(219,175,242); }

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

background-color css

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

 a { background-color: rgb(219,175,242); }

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

border-color css

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

 span { border-color: rgb(219,175,242); }

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