Html Css Color HEX #CFA9F3 Mauve

📋 copy color: '#CFA9F3'

red 207 ◦ green 169 ◦ blue 243

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

Shades of Mauve #CFA9F3

Tints of Mauve #CFA9F3

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.3%

 BLUE value IS 243 (95.31% from 255) = 39.26%

R = 33.44%
G = 27.3%
B = 39.26%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CFA9F3 (or 0xCFA9F3) is known color: Mauve. HEX triplet: CF, A9 and F3. RGB value is (207,169,243). Sum of RGB (Red+Green+Blue) = 207+169+243=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFA9F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA9F3 is #30560C. Grayscale: #BCBCBC. Windows color (decimal): -3167757 or 15968719. OLE color: 15968719.

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

Color convert

RGB 207 169 243 -
CMYK 0.15 0.30 0 0.05
HSL 270.81º 0.76% 0.81% -
HSV(B) 270.81º 0.3% 0.95% -
XYZ 56.1 48.11 91.12 -
YUV 188.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 207 169 243 0.15 0.30 0 0.05 270.81 0.76 0.81
Hex CF A9 F3 F 1E 0 5 10F 4C 51
Octal 317 251 363 17 36 0 5 417 114 121
Binary 11001111 10101001 11110011 1111 11110 0 101 100001111 1001100 1010001

Color Harmonies of #CFA9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9F3

Black with #CFA9F3

Text Example


Text Example

White with #CFA9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9F3; }

 p { color: rgb(207,169,243); }

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

background-color css

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

 a { background-color: rgb(207,169,243); }

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

border-color css

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

 span { border-color: rgb(207,169,243); }

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