Html Css Color HEX #CFACF1 Mauve

📋 copy color: '#CFACF1'

red 207 ◦ green 172 ◦ blue 241

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

Shades of Mauve #CFACF1

Tints of Mauve #CFACF1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.74%

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

R = 33.39%
G = 27.74%
B = 38.87%

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

#CFACF1 (or 0xCFACF1) is known color: Mauve. HEX triplet: CF, AC and F1. RGB value is (207,172,241). Sum of RGB (Red+Green+Blue) = 207+172+241=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACF1 is #30530E. Grayscale: #BEBEBE. Windows color (decimal): -3166991 or 15838415. OLE color: 15838415.

HSL color Cylindrical-coordinate representation of color #CFACF1: hue angle of 270.43º degrees, saturation: 0.71, 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 #CFACF1 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 172 241 -
CMYK 0.14 0.29 0 0.05
HSL 270.43º 0.71% 0.81% -
HSV(B) 270.43º 0.29% 0.95% -
XYZ 56.36 49.12 89.73 -
YUV 190.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 207 172 241 0.14 0.29 0 0.05 270.43 0.71 0.81
Hex CF AC F1 E 1D 0 5 10E 47 51
Octal 317 254 361 16 35 0 5 416 107 121
Binary 11001111 10101100 11110001 1110 11101 0 101 100001110 1000111 1010001

Color Harmonies of #CFACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFACF1

Black with #CFACF1

Text Example


Text Example

White with #CFACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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