Html Css Color HEX #D0B4FD Mauve

📋 copy color: '#D0B4FD'

red 208 ◦ green 180 ◦ blue 253

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

Shades of Mauve #D0B4FD

Tints of Mauve #D0B4FD

RGB

 RED value IS 208 (81.64% from 255) = 32.45%

 GREEN value IS 180 (70.7% from 255) = 28.08%

 BLUE value IS 253 (99.22% from 255) = 39.47%

R = 32.45%
G = 28.08%
B = 39.47%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0B4FD (or 0xD0B4FD) is known color: Mauve. HEX triplet: D0, B4 and FD. RGB value is (208,180,253). Sum of RGB (Red+Green+Blue) = 208+180+253=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 180 (70.70% from 255 or 28.08% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0B4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B4FD is #2F4B02. Grayscale: #C4C4C4. Windows color (decimal): -3099395 or 16626896. OLE color: 16626896.

HSL color Cylindrical-coordinate representation of color #D0B4FD: hue angle of 263.01º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0B4FD is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 180 253 -
CMYK 0.18 0.29 0 0.01
HSL 263.01º 0.95% 0.85% -
HSV(B) 263.01º 0.29% 0.99% -
XYZ 60.06 53.14 100.02 -
YUV 196.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 208 180 253 0.18 0.29 0 0.01 263.01 0.95 0.85
Hex D0 B4 FD 12 1D 0 1 107 5F 55
Octal 320 264 375 22 35 0 1 407 137 125
Binary 11010000 10110100 11111101 10010 11101 0 1 100000111 1011111 1010101

Color Harmonies of #D0B4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B4FD

Black with #D0B4FD

Text Example


Text Example

White with #D0B4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B4FD; }

 p { color: rgb(208,180,253); }

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

background-color css

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

 a { background-color: rgb(208,180,253); }

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

border-color css

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

 span { border-color: rgb(208,180,253); }

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