Html Css Color HEX #DCBEFF Mauve

📋 copy color: '#DCBEFF'

red 220 ◦ green 190 ◦ blue 255

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

Shades of Mauve #DCBEFF

Tints of Mauve #DCBEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.57%

 BLUE value IS 255 (100% from 255) = 38.35%

R = 33.08%
G = 28.57%
B = 38.35%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DCBEFF (or 0xDCBEFF) is known color: Mauve. HEX triplet: DC, BE and FF. RGB value is (220,190,255). Sum of RGB (Red+Green+Blue) = 220+190+255=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 190 (74.61% from 255 or 28.57% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEFF is #234100. Grayscale: #CECECE. Windows color (decimal): -2310401 or 16760540. OLE color: 16760540.

HSL color Cylindrical-coordinate representation of color #DCBEFF: hue angle of 267.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBEFF is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 190 255 -
CMYK 0.14 0.25 0 0
HSL 267.69º 1% 0.87% -
HSV(B) 267.69º 0.25% 1% -
XYZ 65.98 59.26 102.57 -
YUV 206.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 220 190 255 0.14 0.25 0 0 267.69 1 0.87
Hex DC BE FF E 19 0 0 10C 64 57
Octal 334 276 377 16 31 0 0 414 144 127
Binary 11011100 10111110 11111111 1110 11001 0 0 100001100 1100100 1010111

Color Harmonies of #DCBEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEFF

Black with #DCBEFF

Text Example


Text Example

White with #DCBEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEFF; }

 p { color: rgb(220,190,255); }

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

background-color css

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

 a { background-color: rgb(220,190,255); }

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

border-color css

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

 span { border-color: rgb(220,190,255); }

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