Html Css Color HEX #DCBBFB Mauve

📋 copy color: '#DCBBFB'

red 220 ◦ green 187 ◦ blue 251

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

Shades of Mauve #DCBBFB

Tints of Mauve #DCBBFB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.42%

 BLUE value IS 251 (98.44% from 255) = 38.15%

R = 33.43%
G = 28.42%
B = 38.15%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCBBFB (or 0xDCBBFB) is known color: Mauve. HEX triplet: DC, BB and FB. RGB value is (220,187,251). Sum of RGB (Red+Green+Blue) = 220+187+251=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCBBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBFB is #234404. Grayscale: #CBCBCB. Windows color (decimal): -2311173 or 16497628. OLE color: 16497628.

HSL color Cylindrical-coordinate representation of color #DCBBFB: hue angle of 270.94º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBBFB is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 187 251 -
CMYK 0.12 0.25 0 0.02
HSL 270.94º 0.89% 0.86% -
HSV(B) 270.94º 0.25% 0.98% -
XYZ 64.7 57.72 99 -
YUV 204.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 220 187 251 0.12 0.25 0 0.02 270.94 0.89 0.86
Hex DC BB FB C 19 0 2 10F 59 56
Octal 334 273 373 14 31 0 2 417 131 126
Binary 11011100 10111011 11111011 1100 11001 0 10 100001111 1011001 1010110

Color Harmonies of #DCBBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBFB

Black with #DCBBFB

Text Example


Text Example

White with #DCBBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBFB; }

 p { color: rgb(220,187,251); }

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

background-color css

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

 a { background-color: rgb(220,187,251); }

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

border-color css

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

 span { border-color: rgb(220,187,251); }

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