Html Css Color HEX #DDBFF3 Mauve

📋 copy color: '#DDBFF3'

red 221 ◦ green 191 ◦ blue 243

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

Shades of Mauve #DDBFF3

Tints of Mauve #DDBFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.1%

R = 33.74%
G = 29.16%
B = 37.1%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDBFF3 (or 0xDDBFF3) is known color: Mauve. HEX triplet: DD, BF and F3. RGB value is (221,191,243). Sum of RGB (Red+Green+Blue) = 221+191+243=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDBFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFF3 is #22400C. Grayscale: #CDCDCD. Windows color (decimal): -2244621 or 15974365. OLE color: 15974365.

HSL color Cylindrical-coordinate representation of color #DDBFF3: hue angle of 274.62º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDBFF3 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 191 243 -
CMYK 0.09 0.21 0 0.05
HSL 274.62º 0.68% 0.85% -
HSV(B) 274.62º 0.21% 0.95% -
XYZ 64.63 59.1 92.8 -
YUV 205.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 221 191 243 0.09 0.21 0 0.05 274.62 0.68 0.85
Hex DD BF F3 9 15 0 5 113 44 55
Octal 335 277 363 11 25 0 5 423 104 125
Binary 11011101 10111111 11110011 1001 10101 0 101 100010011 1000100 1010101

Color Harmonies of #DDBFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFF3

Black with #DDBFF3

Text Example


Text Example

White with #DDBFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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