Html Css Color HEX #CFAAF1 Mauve

📋 copy color: '#CFAAF1'

red 207 ◦ green 170 ◦ blue 241

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

Shades of Mauve #CFAAF1

Tints of Mauve #CFAAF1

RGB

 RED value IS 207 (81.25% from 255) = 33.5%

 GREEN value IS 170 (66.8% from 255) = 27.51%

 BLUE value IS 241 (94.53% from 255) = 39%

R = 33.5%
G = 27.51%
B = 39%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CFAAF1 (or 0xCFAAF1) is known color: Mauve. HEX triplet: CF, AA and F1. RGB value is (207,170,241). Sum of RGB (Red+Green+Blue) = 207+170+241=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAF1 is #30550E. Grayscale: #BCBCBC. Windows color (decimal): -3167503 or 15837903. OLE color: 15837903.

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

Color convert

RGB 207 170 241 -
CMYK 0.14 0.29 0 0.05
HSL 271.27º 0.72% 0.81% -
HSV(B) 271.27º 0.29% 0.95% -
XYZ 55.98 48.37 89.6 -
YUV 189.16 157.26 140.73 -
System Red Green Blue C M Y K H S L
Decimal 207 170 241 0.14 0.29 0 0.05 271.27 0.72 0.81
Hex CF AA F1 E 1D 0 5 10F 48 51
Octal 317 252 361 16 35 0 5 417 110 121
Binary 11001111 10101010 11110001 1110 11101 0 101 100001111 1001000 1010001

Color Harmonies of #CFAAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAAF1

Black with #CFAAF1

Text Example


Text Example

White with #CFAAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAAF1; }

 p { color: rgb(207,170,241); }

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

background-color css

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

 a { background-color: rgb(207,170,241); }

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

border-color css

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

 span { border-color: rgb(207,170,241); }

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