Html Css Color HEX #CFA9FE Mauve

📋 copy color: '#CFA9FE'

red 207 ◦ green 169 ◦ blue 254

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

Shades of Mauve #CFA9FE

Tints of Mauve #CFA9FE

RGB

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

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

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

R = 32.86%
G = 26.83%
B = 40.32%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CFA9FE (or 0xCFA9FE) is known color: Mauve. HEX triplet: CF, A9 and FE. RGB value is (207,169,254). Sum of RGB (Red+Green+Blue) = 207+169+254=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA9FE is #305601. Grayscale: #BDBDBD. Windows color (decimal): -3167746 or 16689615. OLE color: 16689615.

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

Color convert

RGB 207 169 254 -
CMYK 0.19 0.33 0 0.00
HSL 266.82º 0.98% 0.83% -
HSV(B) 266.82º 0.33% 1% -
XYZ 57.81 48.8 100.14 -
YUV 190.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 207 169 254 0.19 0.33 0 0.00 266.82 0.98 0.83
Hex CF A9 FE 13 21 0 0 10B 62 53
Octal 317 251 376 23 41 0 0 413 142 123
Binary 11001111 10101001 11111110 10011 100001 0 0 100001011 1100010 1010011

Color Harmonies of #CFA9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9FE

Black with #CFA9FE

Text Example


Text Example

White with #CFA9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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