Html Css Color HEX #DBB1ED Mauve

📋 copy color: '#DBB1ED'

red 219 ◦ green 177 ◦ blue 237

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

Shades of Mauve #DBB1ED

Tints of Mauve #DBB1ED

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.96%

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

R = 34.6%
G = 27.96%
B = 37.44%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DBB1ED (or 0xDBB1ED) is known color: Mauve. HEX triplet: DB, B1 and ED. RGB value is (219,177,237). Sum of RGB (Red+Green+Blue) = 219+177+237=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 177 (69.53% from 255 or 27.96% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBB1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB1ED is #244E12. Grayscale: #C4C4C4. Windows color (decimal): -2379283 or 15577563. OLE color: 15577563.

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

Color convert

RGB 219 177 237 -
CMYK 0.08 0.25 0 0.07
HSL 282º 0.63% 0.81% -
HSV(B) 282º 0.25% 0.93% -
XYZ 60.22 52.62 87.1 -
YUV 196.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 219 177 237 0.08 0.25 0 0.07 282 0.63 0.81
Hex DB B1 ED 8 19 0 7 11A 3E 51
Octal 333 261 355 10 31 0 7 432 76 121
Binary 11011011 10110001 11101101 1000 11001 0 111 100011010 111110 1010001

Color Harmonies of #DBB1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB1ED

Black with #DBB1ED

Text Example


Text Example

White with #DBB1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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