Html Css Color HEX #DCBBF8 Mauve

📋 copy color: '#DCBBF8'

red 220 ◦ green 187 ◦ blue 248

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

Shades of Mauve #DCBBF8

Tints of Mauve #DCBBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.86%

R = 33.59%
G = 28.55%
B = 37.86%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DCBBF8 (or 0xDCBBF8) is known color: Mauve. HEX triplet: DC, BB and F8. RGB value is (220,187,248). Sum of RGB (Red+Green+Blue) = 220+187+248=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCBBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBF8 is #234407. Grayscale: #CBCBCB. Windows color (decimal): -2311176 or 16301020. OLE color: 16301020.

HSL color Cylindrical-coordinate representation of color #DCBBF8: hue angle of 272.46º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBBF8 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 187 248 -
CMYK 0.11 0.25 0 0.03
HSL 272.46º 0.81% 0.85% -
HSV(B) 272.46º 0.25% 0.97% -
XYZ 64.23 57.53 96.53 -
YUV 203.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 220 187 248 0.11 0.25 0 0.03 272.46 0.81 0.85
Hex DC BB F8 B 19 0 3 110 51 55
Octal 334 273 370 13 31 0 3 420 121 125
Binary 11011100 10111011 11111000 1011 11001 0 11 100010000 1010001 1010101

Color Harmonies of #DCBBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBF8

Black with #DCBBF8

Text Example


Text Example

White with #DCBBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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