Html Css Color HEX #DBBCFF Mauve

📋 copy color: '#DBBCFF'

red 219 ◦ green 188 ◦ blue 255

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

Shades of Mauve #DBBCFF

Tints of Mauve #DBBCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.4%

 BLUE value IS 255 (100% from 255) = 38.52%

R = 33.08%
G = 28.4%
B = 38.52%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DBBCFF (or 0xDBBCFF) is known color: Mauve. HEX triplet: DB, BC and FF. RGB value is (219,188,255). Sum of RGB (Red+Green+Blue) = 219+188+255=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCFF is #244300. Grayscale: #CCCCCC. Windows color (decimal): -2376449 or 16760027. OLE color: 16760027.

HSL color Cylindrical-coordinate representation of color #DBBCFF: hue angle of 267.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBBCFF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 188 255 -
CMYK 0.14 0.26 0 0
HSL 267.76º 1% 0.87% -
HSV(B) 267.76º 0.26% 1% -
XYZ 65.25 58.25 102.41 -
YUV 204.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 219 188 255 0.14 0.26 0 0 267.76 1 0.87
Hex DB BC FF E 1A 0 0 10C 64 57
Octal 333 274 377 16 32 0 0 414 144 127
Binary 11011011 10111100 11111111 1110 11010 0 0 100001100 1100100 1010111

Color Harmonies of #DBBCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCFF

Black with #DBBCFF

Text Example


Text Example

White with #DBBCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCFF; }

 p { color: rgb(219,188,255); }

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

background-color css

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

 a { background-color: rgb(219,188,255); }

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

border-color css

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

 span { border-color: rgb(219,188,255); }

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