Html Css Color HEX #DCBCEE Mauve

📋 copy color: '#DCBCEE'

red 220 ◦ green 188 ◦ blue 238

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

Shades of Mauve #DCBCEE

Tints of Mauve #DCBCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.84%

R = 34.06%
G = 29.1%
B = 36.84%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCBCEE (or 0xDCBCEE) is known color: Mauve. HEX triplet: DC, BC and EE. RGB value is (220,188,238). Sum of RGB (Red+Green+Blue) = 220+188+238=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCBCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCEE is #234311. Grayscale: #CBCBCB. Windows color (decimal): -2310930 or 15645916. OLE color: 15645916.

HSL color Cylindrical-coordinate representation of color #DCBCEE: hue angle of 278.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCBCEE is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 188 238 -
CMYK 0.08 0.21 0 0.07
HSL 278.4º 0.6% 0.84% -
HSV(B) 278.4º 0.21% 0.93% -
XYZ 62.93 57.36 88.64 -
YUV 203.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 220 188 238 0.08 0.21 0 0.07 278.4 0.6 0.84
Hex DC BC EE 8 15 0 7 116 3C 54
Octal 334 274 356 10 25 0 7 426 74 124
Binary 11011100 10111100 11101110 1000 10101 0 111 100010110 111100 1010100

Color Harmonies of #DCBCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCEE

Black with #DCBCEE

Text Example


Text Example

White with #DCBCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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