Html Css Color HEX #DBAEED Mauve

📋 copy color: '#DBAEED'

red 219 ◦ green 174 ◦ blue 237

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

Shades of Mauve #DBAEED

Tints of Mauve #DBAEED

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.62%

 BLUE value IS 237 (92.97% from 255) = 37.62%

R = 34.76%
G = 27.62%
B = 37.62%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBAEED (or 0xDBAEED) is known color: Mauve. HEX triplet: DB, AE and ED. RGB value is (219,174,237). Sum of RGB (Red+Green+Blue) = 219+174+237=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBAEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEED is #245112. Grayscale: #C2C2C2. Windows color (decimal): -2380051 or 15576795. OLE color: 15576795.

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

Color convert

RGB 219 174 237 -
CMYK 0.08 0.27 0 0.07
HSL 282.86º 0.64% 0.81% -
HSV(B) 282.86º 0.27% 0.93% -
XYZ 59.64 51.45 86.91 -
YUV 194.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 219 174 237 0.08 0.27 0 0.07 282.86 0.64 0.81
Hex DB AE ED 8 1B 0 7 11B 40 51
Octal 333 256 355 10 33 0 7 433 100 121
Binary 11011011 10101110 11101101 1000 11011 0 111 100011011 1000000 1010001

Color Harmonies of #DBAEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEED

Black with #DBAEED

Text Example


Text Example

White with #DBAEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEED; }

 p { color: rgb(219,174,237); }

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

background-color css

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

 a { background-color: rgb(219,174,237); }

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

border-color css

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

 span { border-color: rgb(219,174,237); }

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