Html Css Color HEX #DDB8F4 Mauve

📋 copy color: '#DDB8F4'

red 221 ◦ green 184 ◦ blue 244

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

Shades of Mauve #DDB8F4

Tints of Mauve #DDB8F4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.35%

 BLUE value IS 244 (95.7% from 255) = 37.6%

R = 34.05%
G = 28.35%
B = 37.6%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDB8F4 (or 0xDDB8F4) is known color: Mauve. HEX triplet: DD, B8 and F4. RGB value is (221,184,244). Sum of RGB (Red+Green+Blue) = 221+184+244=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 184 (72.27% from 255 or 28.35% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDB8F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8F4 is #22470B. Grayscale: #C9C9C9. Windows color (decimal): -2246412 or 16038109. OLE color: 16038109.

HSL color Cylindrical-coordinate representation of color #DDB8F4: hue angle of 277º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDB8F4 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 184 244 -
CMYK 0.09 0.25 0 0.04
HSL 277º 0.73% 0.84% -
HSV(B) 277º 0.25% 0.96% -
XYZ 63.29 56.18 93.1 -
YUV 201.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 221 184 244 0.09 0.25 0 0.04 277 0.73 0.84
Hex DD B8 F4 9 19 0 4 115 49 54
Octal 335 270 364 11 31 0 4 425 111 124
Binary 11011101 10111000 11110100 1001 11001 0 100 100010101 1001001 1010100

Color Harmonies of #DDB8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB8F4

Black with #DDB8F4

Text Example


Text Example

White with #DDB8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB8F4; }

 p { color: rgb(221,184,244); }

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

background-color css

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

 a { background-color: rgb(221,184,244); }

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

border-color css

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

 span { border-color: rgb(221,184,244); }

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