Html Css Color HEX #DDAFEC Mauve

📋 copy color: '#DDAFEC'

red 221 ◦ green 175 ◦ blue 236

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

Shades of Mauve #DDAFEC

Tints of Mauve #DDAFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 34.97%
G = 27.69%
B = 37.34%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDAFEC (or 0xDDAFEC) is known color: Mauve. HEX triplet: DD, AF and EC. RGB value is (221,175,236). Sum of RGB (Red+Green+Blue) = 221+175+236=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFEC is #225013. Grayscale: #C3C3C3. Windows color (decimal): -2248724 or 15511517. OLE color: 15511517.

HSL color Cylindrical-coordinate representation of color #DDAFEC: hue angle of 285.25º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDAFEC is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 175 236 -
CMYK 0.06 0.26 0 0.07
HSL 285.25º 0.62% 0.81% -
HSV(B) 285.25º 0.26% 0.93% -
XYZ 60.29 52.09 86.23 -
YUV 195.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 221 175 236 0.06 0.26 0 0.07 285.25 0.62 0.81
Hex DD AF EC 6 1A 0 7 11D 3E 51
Octal 335 257 354 6 32 0 7 435 76 121
Binary 11011101 10101111 11101100 110 11010 0 111 100011101 111110 1010001

Color Harmonies of #DDAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFEC

Black with #DDAFEC

Text Example


Text Example

White with #DDAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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