Html Css Color HEX #DBAFEE Mauve

📋 copy color: '#DBAFEE'

red 219 ◦ green 175 ◦ blue 238

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

Shades of Mauve #DBAFEE

Tints of Mauve #DBAFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.66%

R = 34.65%
G = 27.69%
B = 37.66%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBAFEE (or 0xDBAFEE) is known color: Mauve. HEX triplet: DB, AF and EE. RGB value is (219,175,238). Sum of RGB (Red+Green+Blue) = 219+175+238=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBAFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFEE is #245011. Grayscale: #C3C3C3. Windows color (decimal): -2379794 or 15642587. OLE color: 15642587.

HSL color Cylindrical-coordinate representation of color #DBAFEE: hue angle of 281.9º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBAFEE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 175 238 -
CMYK 0.08 0.26 0 0.07
HSL 281.9º 0.65% 0.81% -
HSV(B) 281.9º 0.26% 0.93% -
XYZ 59.98 51.89 87.74 -
YUV 195.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 219 175 238 0.08 0.26 0 0.07 281.9 0.65 0.81
Hex DB AF EE 8 1A 0 7 11A 41 51
Octal 333 257 356 10 32 0 7 432 101 121
Binary 11011011 10101111 11101110 1000 11010 0 111 100011010 1000001 1010001

Color Harmonies of #DBAFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFEE

Black with #DBAFEE

Text Example


Text Example

White with #DBAFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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