Html Css Color HEX #DCB2F0 Mauve

📋 copy color: '#DCB2F0'

red 220 ◦ green 178 ◦ blue 240

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

Shades of Mauve #DCB2F0

Tints of Mauve #DCB2F0

RGB

 RED value IS 220 (86.33% from 255) = 34.48%

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

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

R = 34.48%
G = 27.9%
B = 37.62%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DCB2F0 (or 0xDCB2F0) is known color: Mauve. HEX triplet: DC, B2 and F0. RGB value is (220,178,240). Sum of RGB (Red+Green+Blue) = 220+178+240=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCB2F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2F0 is #234D0F. Grayscale: #C5C5C5. Windows color (decimal): -2313488 or 15774428. OLE color: 15774428.

HSL color Cylindrical-coordinate representation of color #DCB2F0: hue angle of 280.65º 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 #DCB2F0 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 178 240 -
CMYK 0.08 0.26 0 0.06
HSL 280.65º 0.67% 0.82% -
HSV(B) 280.65º 0.26% 0.94% -
XYZ 61.16 53.35 89.51 -
YUV 197.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 220 178 240 0.08 0.26 0 0.06 280.65 0.67 0.82
Hex DC B2 F0 8 1A 0 6 119 43 52
Octal 334 262 360 10 32 0 6 431 103 122
Binary 11011100 10110010 11110000 1000 11010 0 110 100011001 1000011 1010010

Color Harmonies of #DCB2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2F0

Black with #DCB2F0

Text Example


Text Example

White with #DCB2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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