Html Css Color HEX #DDAFFE Mauve

📋 copy color: '#DDAFFE'

red 221 ◦ green 175 ◦ blue 254

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

Shades of Mauve #DDAFFE

Tints of Mauve #DDAFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.08%

R = 34%
G = 26.92%
B = 39.08%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DDAFFE (or 0xDDAFFE) is known color: Mauve. HEX triplet: DD, AF and FE. RGB value is (221,175,254). Sum of RGB (Red+Green+Blue) = 221+175+254=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFFE is #225001. Grayscale: #C5C5C5. Windows color (decimal): -2248706 or 16691165. OLE color: 16691165.

HSL color Cylindrical-coordinate representation of color #DDAFFE: hue angle of 274.94º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDAFFE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 175 254 -
CMYK 0.13 0.31 0 0.00
HSL 274.94º 0.98% 0.84% -
HSV(B) 274.94º 0.31% 1% -
XYZ 63.04 53.19 100.71 -
YUV 197.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 221 175 254 0.13 0.31 0 0.00 274.94 0.98 0.84
Hex DD AF FE D 1F 0 0 113 62 54
Octal 335 257 376 15 37 0 0 423 142 124
Binary 11011101 10101111 11111110 1101 11111 0 0 100010011 1100010 1010100

Color Harmonies of #DDAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFFE

Black with #DDAFFE

Text Example


Text Example

White with #DDAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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