Html Css Color HEX #CFABF6 Mauve

📋 copy color: '#CFABF6'

red 207 ◦ green 171 ◦ blue 246

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

Shades of Mauve #CFABF6

Tints of Mauve #CFABF6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.4%

 BLUE value IS 246 (96.48% from 255) = 39.42%

R = 33.17%
G = 27.4%
B = 39.42%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFABF6 (or 0xCFABF6) is known color: Mauve. HEX triplet: CF, AB and F6. RGB value is (207,171,246). Sum of RGB (Red+Green+Blue) = 207+171+246=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABF6 is #305409. Grayscale: #BEBEBE. Windows color (decimal): -3167242 or 16165839. OLE color: 16165839.

HSL color Cylindrical-coordinate representation of color #CFABF6: hue angle of 268.8º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFABF6 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 171 246 -
CMYK 0.16 0.30 0 0.04
HSL 268.8º 0.81% 0.82% -
HSV(B) 268.8º 0.3% 0.96% -
XYZ 56.93 49.05 93.65 -
YUV 190.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 207 171 246 0.16 0.30 0 0.04 268.8 0.81 0.82
Hex CF AB F6 10 1E 0 4 10D 51 52
Octal 317 253 366 20 36 0 4 415 121 122
Binary 11001111 10101011 11110110 10000 11110 0 100 100001101 1010001 1010010

Color Harmonies of #CFABF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFABF6

Black with #CFABF6

Text Example


Text Example

White with #CFABF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFABF6; }

 p { color: rgb(207,171,246); }

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

background-color css

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

 a { background-color: rgb(207,171,246); }

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

border-color css

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

 span { border-color: rgb(207,171,246); }

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