Html Css Color HEX #DBAFEF Mauve

📋 copy color: '#DBAFEF'

red 219 ◦ green 175 ◦ blue 239

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

Shades of Mauve #DBAFEF

Tints of Mauve #DBAFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.76%

R = 34.6%
G = 27.65%
B = 37.76%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBAFEF (or 0xDBAFEF) is known color: Mauve. HEX triplet: DB, AF and EF. RGB value is (219,175,239). Sum of RGB (Red+Green+Blue) = 219+175+239=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBAFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFEF is #245010. Grayscale: #C3C3C3. Windows color (decimal): -2379793 or 15708123. OLE color: 15708123.

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

Color convert

RGB 219 175 239 -
CMYK 0.08 0.27 0 0.06
HSL 281.25º 0.67% 0.81% -
HSV(B) 281.25º 0.27% 0.94% -
XYZ 60.12 51.95 88.52 -
YUV 195.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 219 175 239 0.08 0.27 0 0.06 281.25 0.67 0.81
Hex DB AF EF 8 1B 0 6 119 43 51
Octal 333 257 357 10 33 0 6 431 103 121
Binary 11011011 10101111 11101111 1000 11011 0 110 100011001 1000011 1010001

Color Harmonies of #DBAFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFEF

Black with #DBAFEF

Text Example


Text Example

White with #DBAFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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