Html Css Color HEX #D2B2FE Mauve

📋 copy color: '#D2B2FE'

red 210 ◦ green 178 ◦ blue 254

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

Shades of Mauve #D2B2FE

Tints of Mauve #D2B2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.73%

 BLUE value IS 254 (99.61% from 255) = 39.56%

R = 32.71%
G = 27.73%
B = 39.56%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D2B2FE (or 0xD2B2FE) is known color: Mauve. HEX triplet: D2, B2 and FE. RGB value is (210,178,254). Sum of RGB (Red+Green+Blue) = 210+178+254=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2B2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B2FE is #2D4D01. Grayscale: #C3C3C3. Windows color (decimal): -2968834 or 16691922. OLE color: 16691922.

HSL color Cylindrical-coordinate representation of color #D2B2FE: hue angle of 265.26º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2B2FE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 178 254 -
CMYK 0.17 0.30 0 0.00
HSL 265.26º 0.97% 0.85% -
HSV(B) 265.26º 0.3% 1% -
XYZ 60.39 52.7 100.75 -
YUV 196.23 160.6 137.82 -
System Red Green Blue C M Y K H S L
Decimal 210 178 254 0.17 0.30 0 0.00 265.26 0.97 0.85
Hex D2 B2 FE 11 1E 0 0 109 61 55
Octal 322 262 376 21 36 0 0 411 141 125
Binary 11010010 10110010 11111110 10001 11110 0 0 100001001 1100001 1010101

Color Harmonies of #D2B2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B2FE

Black with #D2B2FE

Text Example


Text Example

White with #D2B2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B2FE; }

 p { color: rgb(210,178,254); }

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

background-color css

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

 a { background-color: rgb(210,178,254); }

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

border-color css

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

 span { border-color: rgb(210,178,254); }

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