Html Css Color HEX #DBB2F0 Mauve

📋 copy color: '#DBB2F0'

red 219 ◦ green 178 ◦ blue 240

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

Shades of Mauve #DBB2F0

Tints of Mauve #DBB2F0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.94%

 BLUE value IS 240 (94.14% from 255) = 37.68%

R = 34.38%
G = 27.94%
B = 37.68%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DBB2F0 (or 0xDBB2F0) is known color: Mauve. HEX triplet: DB, B2 and F0. RGB value is (219,178,240). Sum of RGB (Red+Green+Blue) = 219+178+240=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBB2F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB2F0 is #244D0F. Grayscale: #C5C5C5. Windows color (decimal): -2379024 or 15774427. OLE color: 15774427.

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

Color convert

RGB 219 178 240 -
CMYK 0.09 0.26 0 0.06
HSL 279.68º 0.67% 0.82% -
HSV(B) 279.68º 0.26% 0.94% -
XYZ 60.86 53.19 89.5 -
YUV 197.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 219 178 240 0.09 0.26 0 0.06 279.68 0.67 0.82
Hex DB B2 F0 9 1A 0 6 118 43 52
Octal 333 262 360 11 32 0 6 430 103 122
Binary 11011011 10110010 11110000 1001 11010 0 110 100011000 1000011 1010010

Color Harmonies of #DBB2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB2F0

Black with #DBB2F0

Text Example


Text Example

White with #DBB2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB2F0; }

 p { color: rgb(219,178,240); }

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

background-color css

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

 a { background-color: rgb(219,178,240); }

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

border-color css

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

 span { border-color: rgb(219,178,240); }

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