Html Css Color HEX #DCADFB Mauve

📋 copy color: '#DCADFB'

red 220 ◦ green 173 ◦ blue 251

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

Shades of Mauve #DCADFB

Tints of Mauve #DCADFB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.86%

 BLUE value IS 251 (98.44% from 255) = 38.98%

R = 34.16%
G = 26.86%
B = 38.98%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCADFB (or 0xDCADFB) is known color: Mauve. HEX triplet: DC, AD and FB. RGB value is (220,173,251). Sum of RGB (Red+Green+Blue) = 220+173+251=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADFB is #235204. Grayscale: #C3C3C3. Windows color (decimal): -2314757 or 16494044. OLE color: 16494044.

HSL color Cylindrical-coordinate representation of color #DCADFB: hue angle of 276.15º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCADFB is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 173 251 -
CMYK 0.12 0.31 0 0.02
HSL 276.15º 0.91% 0.83% -
HSV(B) 276.15º 0.31% 0.98% -
XYZ 61.87 52.07 98.06 -
YUV 195.95 159.07 145.16 -
System Red Green Blue C M Y K H S L
Decimal 220 173 251 0.12 0.31 0 0.02 276.15 0.91 0.83
Hex DC AD FB C 1F 0 2 114 5B 53
Octal 334 255 373 14 37 0 2 424 133 123
Binary 11011100 10101101 11111011 1100 11111 0 10 100010100 1011011 1010011

Color Harmonies of #DCADFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCADFB

Black with #DCADFB

Text Example


Text Example

White with #DCADFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCADFB; }

 p { color: rgb(220,173,251); }

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

background-color css

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

 a { background-color: rgb(220,173,251); }

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

border-color css

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

 span { border-color: rgb(220,173,251); }

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