Html Css Color HEX #DCBCF2 Mauve

📋 copy color: '#DCBCF2'

red 220 ◦ green 188 ◦ blue 242

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

Shades of Mauve #DCBCF2

Tints of Mauve #DCBCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.23%

R = 33.85%
G = 28.92%
B = 37.23%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DCBCF2 (or 0xDCBCF2) is known color: Mauve. HEX triplet: DC, BC and F2. RGB value is (220,188,242). Sum of RGB (Red+Green+Blue) = 220+188+242=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCBCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCF2 is #23430D. Grayscale: #CBCBCB. Windows color (decimal): -2310926 or 15908060. OLE color: 15908060.

HSL color Cylindrical-coordinate representation of color #DCBCF2: hue angle of 275.56º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBCF2 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 188 242 -
CMYK 0.09 0.22 0 0.05
HSL 275.56º 0.68% 0.84% -
HSV(B) 275.56º 0.22% 0.95% -
XYZ 63.53 57.59 91.77 -
YUV 203.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 220 188 242 0.09 0.22 0 0.05 275.56 0.68 0.84
Hex DC BC F2 9 16 0 5 114 44 54
Octal 334 274 362 11 26 0 5 424 104 124
Binary 11011100 10111100 11110010 1001 10110 0 101 100010100 1000100 1010100

Color Harmonies of #DCBCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCF2

Black with #DCBCF2

Text Example


Text Example

White with #DCBCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCF2; }

 p { color: rgb(220,188,242); }

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

background-color css

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

 a { background-color: rgb(220,188,242); }

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

border-color css

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

 span { border-color: rgb(220,188,242); }

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