Html Css Color HEX #D29CFB Mauve

📋 copy color: '#D29CFB'

red 210 ◦ green 156 ◦ blue 251

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

Shades of Mauve #D29CFB

Tints of Mauve #D29CFB

RGB

 RED value IS 210 (82.42% from 255) = 34.04%

 GREEN value IS 156 (61.33% from 255) = 25.28%

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

R = 34.04%
G = 25.28%
B = 40.68%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D29CFB (or 0xD29CFB) is known color: Mauve. HEX triplet: D2, 9C and FB. RGB value is (210,156,251). Sum of RGB (Red+Green+Blue) = 210+156+251=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #D29CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D29CFB is #2D6304. Grayscale: #B6B6B6. Windows color (decimal): -2974469 or 16489682. OLE color: 16489682.

HSL color Cylindrical-coordinate representation of color #D29CFB: hue angle of 274.11º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D29CFB is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 156 251 -
CMYK 0.16 0.38 0 0.02
HSL 274.11º 0.92% 0.8% -
HSV(B) 274.11º 0.38% 0.98% -
XYZ 55.88 44.44 96.9 -
YUV 182.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 210 156 251 0.16 0.38 0 0.02 274.11 0.92 0.8
Hex D2 9C FB 10 26 0 2 112 5C 50
Octal 322 234 373 20 46 0 2 422 134 120
Binary 11010010 10011100 11111011 10000 100110 0 10 100010010 1011100 1010000

Color Harmonies of #D29CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29CFB

Black with #D29CFB

Text Example


Text Example

White with #D29CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29CFB; }

 p { color: rgb(210,156,251); }

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

background-color css

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

 a { background-color: rgb(210,156,251); }

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

border-color css

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

 span { border-color: rgb(210,156,251); }

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