Html Css Color HEX #DCBBED Mauve

📋 copy color: '#DCBBED'

red 220 ◦ green 187 ◦ blue 237

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

Shades of Mauve #DCBBED

Tints of Mauve #DCBBED

RGB

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

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

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

R = 34.16%
G = 29.04%
B = 36.8%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCBBED (or 0xDCBBED) is known color: Mauve. HEX triplet: DC, BB and ED. RGB value is (220,187,237). Sum of RGB (Red+Green+Blue) = 220+187+237=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBED is #234412. Grayscale: #CACACA. Windows color (decimal): -2311187 or 15580124. OLE color: 15580124.

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

Color convert

RGB 220 187 237 -
CMYK 0.07 0.21 0 0.07
HSL 279.6º 0.58% 0.83% -
HSV(B) 279.6º 0.21% 0.93% -
XYZ 62.57 56.87 87.8 -
YUV 202.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 220 187 237 0.07 0.21 0 0.07 279.6 0.58 0.83
Hex DC BB ED 7 15 0 7 118 3A 53
Octal 334 273 355 7 25 0 7 430 72 123
Binary 11011100 10111011 11101101 111 10101 0 111 100011000 111010 1010011

Color Harmonies of #DCBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBED

Black with #DCBBED

Text Example


Text Example

White with #DCBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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