Html Css Color HEX #DDBFFC Mauve

📋 copy color: '#DDBFFC'

red 221 ◦ green 191 ◦ blue 252

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

Shades of Mauve #DDBFFC

Tints of Mauve #DDBFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.95%

R = 33.28%
G = 28.77%
B = 37.95%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DDBFFC (or 0xDDBFFC) is known color: Mauve. HEX triplet: DD, BF and FC. RGB value is (221,191,252). Sum of RGB (Red+Green+Blue) = 221+191+252=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDBFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFFC is #224003. Grayscale: #CECECE. Windows color (decimal): -2244612 or 16564189. OLE color: 16564189.

HSL color Cylindrical-coordinate representation of color #DDBFFC: hue angle of 269.51º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDBFFC is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 191 252 -
CMYK 0.12 0.24 0 0.01
HSL 269.51º 0.91% 0.87% -
HSV(B) 269.51º 0.24% 0.99% -
XYZ 66.02 59.66 100.13 -
YUV 206.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 221 191 252 0.12 0.24 0 0.01 269.51 0.91 0.87
Hex DD BF FC C 18 0 1 10E 5B 57
Octal 335 277 374 14 30 0 1 416 133 127
Binary 11011101 10111111 11111100 1100 11000 0 1 100001110 1011011 1010111

Color Harmonies of #DDBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFFC

Black with #DDBFFC

Text Example


Text Example

White with #DDBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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