Html Css Color HEX #DFC2FB Mauve

📋 copy color: '#DFC2FB'

red 223 ◦ green 194 ◦ blue 251

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

Shades of Mauve #DFC2FB

Tints of Mauve #DFC2FB

RGB

 RED value IS 223 (87.5% from 255) = 33.38%

 GREEN value IS 194 (76.17% from 255) = 29.04%

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

R = 33.38%
G = 29.04%
B = 37.57%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFC2FB (or 0xDFC2FB) is known color: Mauve. HEX triplet: DF, C2 and FB. RGB value is (223,194,251). Sum of RGB (Red+Green+Blue) = 223+194+251=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 194 (76.17% from 255 or 29.04% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFC2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2FB is #203D04. Grayscale: #D0D0D0. Windows color (decimal): -2112773 or 16499423. OLE color: 16499423.

HSL color Cylindrical-coordinate representation of color #DFC2FB: hue angle of 270.53º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC2FB is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 194 251 -
CMYK 0.11 0.23 0 0.02
HSL 270.53º 0.88% 0.87% -
HSV(B) 270.53º 0.23% 0.98% -
XYZ 67.14 61.24 99.55 -
YUV 209.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 223 194 251 0.11 0.23 0 0.02 270.53 0.88 0.87
Hex DF C2 FB B 17 0 2 10F 58 57
Octal 337 302 373 13 27 0 2 417 130 127
Binary 11011111 11000010 11111011 1011 10111 0 10 100001111 1011000 1010111

Color Harmonies of #DFC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC2FB

Black with #DFC2FB

Text Example


Text Example

White with #DFC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC2FB; }

 p { color: rgb(223,194,251); }

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

background-color css

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

 a { background-color: rgb(223,194,251); }

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

border-color css

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

 span { border-color: rgb(223,194,251); }

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