Html Css Color HEX #DCBDED Mauve

📋 copy color: '#DCBDED'

red 220 ◦ green 189 ◦ blue 237

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

Shades of Mauve #DCBDED

Tints of Mauve #DCBDED

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.26%

 BLUE value IS 237 (92.97% from 255) = 36.69%

R = 34.06%
G = 29.26%
B = 36.69%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCBDED (or 0xDCBDED) is known color: Mauve. HEX triplet: DC, BD and ED. RGB value is (220,189,237). Sum of RGB (Red+Green+Blue) = 220+189+237=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCBDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDED is #234212. Grayscale: #CBCBCB. Windows color (decimal): -2310675 or 15580636. OLE color: 15580636.

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

Color convert

RGB 220 189 237 -
CMYK 0.07 0.20 0 0.07
HSL 278.75º 0.57% 0.84% -
HSV(B) 278.75º 0.2% 0.93% -
XYZ 63 57.73 87.94 -
YUV 203.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 220 189 237 0.07 0.20 0 0.07 278.75 0.57 0.84
Hex DC BD ED 7 14 0 7 117 39 54
Octal 334 275 355 7 24 0 7 427 71 124
Binary 11011100 10111101 11101101 111 10100 0 111 100010111 111001 1010100

Color Harmonies of #DCBDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDED

Black with #DCBDED

Text Example


Text Example

White with #DCBDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDED; }

 p { color: rgb(220,189,237); }

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

background-color css

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

 a { background-color: rgb(220,189,237); }

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

border-color css

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

 span { border-color: rgb(220,189,237); }

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