Html Css Color HEX #DDBFF8 Mauve

📋 copy color: '#DDBFF8'

red 221 ◦ green 191 ◦ blue 248

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

Shades of Mauve #DDBFF8

Tints of Mauve #DDBFF8

RGB

 RED value IS 221 (86.72% from 255) = 33.48%

 GREEN value IS 191 (75% from 255) = 28.94%

 BLUE value IS 248 (97.27% from 255) = 37.58%

R = 33.48%
G = 28.94%
B = 37.58%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DDBFF8 (or 0xDDBFF8) is known color: Mauve. HEX triplet: DD, BF and F8. RGB value is (221,191,248). Sum of RGB (Red+Green+Blue) = 221+191+248=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 248 - color contains mainly: blue. Hex color #DDBFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFF8 is #224007. Grayscale: #CECECE. Windows color (decimal): -2244616 or 16302045. OLE color: 16302045.

HSL color Cylindrical-coordinate representation of color #DDBFF8: hue angle of 271.58º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDBFF8 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 191 248 -
CMYK 0.11 0.23 0 0.03
HSL 271.58º 0.8% 0.86% -
HSV(B) 271.58º 0.23% 0.97% -
XYZ 65.39 59.41 96.83 -
YUV 206.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 221 191 248 0.11 0.23 0 0.03 271.58 0.8 0.86
Hex DD BF F8 B 17 0 3 110 50 56
Octal 335 277 370 13 27 0 3 420 120 126
Binary 11011101 10111111 11111000 1011 10111 0 11 100010000 1010000 1010110

Color Harmonies of #DDBFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFF8

Black with #DDBFF8

Text Example


Text Example

White with #DDBFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFF8; }

 p { color: rgb(221,191,248); }

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

background-color css

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

 a { background-color: rgb(221,191,248); }

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

border-color css

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

 span { border-color: rgb(221,191,248); }

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