Html Css Color HEX #DDAFF2 Mauve

📋 copy color: '#DDAFF2'

red 221 ◦ green 175 ◦ blue 242

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

Shades of Mauve #DDAFF2

Tints of Mauve #DDAFF2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.43%

 BLUE value IS 242 (94.92% from 255) = 37.93%

R = 34.64%
G = 27.43%
B = 37.93%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDAFF2 (or 0xDDAFF2) is known color: Mauve. HEX triplet: DD, AF and F2. RGB value is (221,175,242). Sum of RGB (Red+Green+Blue) = 221+175+242=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDAFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFF2 is #22500D. Grayscale: #C4C4C4. Windows color (decimal): -2248718 or 15904733. OLE color: 15904733.

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

Color convert

RGB 221 175 242 -
CMYK 0.09 0.28 0 0.05
HSL 281.19º 0.72% 0.82% -
HSV(B) 281.19º 0.28% 0.95% -
XYZ 61.18 52.44 90.9 -
YUV 196.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 221 175 242 0.09 0.28 0 0.05 281.19 0.72 0.82
Hex DD AF F2 9 1C 0 5 119 48 52
Octal 335 257 362 11 34 0 5 431 110 122
Binary 11011101 10101111 11110010 1001 11100 0 101 100011001 1001000 1010010

Color Harmonies of #DDAFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFF2

Black with #DDAFF2

Text Example


Text Example

White with #DDAFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFF2; }

 p { color: rgb(221,175,242); }

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

background-color css

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

 a { background-color: rgb(221,175,242); }

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

border-color css

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

 span { border-color: rgb(221,175,242); }

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