Html Css Color HEX #CFA8F1 Mauve

📋 copy color: '#CFA8F1'

red 207 ◦ green 168 ◦ blue 241

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

Shades of Mauve #CFA8F1

Tints of Mauve #CFA8F1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.27%

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

R = 33.6%
G = 27.27%
B = 39.12%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CFA8F1 (or 0xCFA8F1) is known color: Mauve. HEX triplet: CF, A8 and F1. RGB value is (207,168,241). Sum of RGB (Red+Green+Blue) = 207+168+241=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFA8F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA8F1 is #30570E. Grayscale: #BBBBBB. Windows color (decimal): -3168015 or 15837391. OLE color: 15837391.

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

Color convert

RGB 207 168 241 -
CMYK 0.14 0.30 0 0.05
HSL 272.05º 0.72% 0.8% -
HSV(B) 272.05º 0.3% 0.95% -
XYZ 55.61 47.62 89.48 -
YUV 187.98 157.92 141.56 -
System Red Green Blue C M Y K H S L
Decimal 207 168 241 0.14 0.30 0 0.05 272.05 0.72 0.8
Hex CF A8 F1 E 1E 0 5 110 48 50
Octal 317 250 361 16 36 0 5 420 110 120
Binary 11001111 10101000 11110001 1110 11110 0 101 100010000 1001000 1010000

Color Harmonies of #CFA8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA8F1

Black with #CFA8F1

Text Example


Text Example

White with #CFA8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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