Html Css Color HEX #CFABFA Mauve

📋 copy color: '#CFABFA'

red 207 ◦ green 171 ◦ blue 250

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

Shades of Mauve #CFABFA

Tints of Mauve #CFABFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.81%

R = 32.96%
G = 27.23%
B = 39.81%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFABFA (or 0xCFABFA) is known color: Mauve. HEX triplet: CF, AB and FA. RGB value is (207,171,250). Sum of RGB (Red+Green+Blue) = 207+171+250=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABFA is #305405. Grayscale: #BEBEBE. Windows color (decimal): -3167238 or 16427983. OLE color: 16427983.

HSL color Cylindrical-coordinate representation of color #CFABFA: hue angle of 267.34º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFABFA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 171 250 -
CMYK 0.17 0.32 0 0.02
HSL 267.34º 0.89% 0.83% -
HSV(B) 267.34º 0.32% 0.98% -
XYZ 57.55 49.29 96.92 -
YUV 190.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 207 171 250 0.17 0.32 0 0.02 267.34 0.89 0.83
Hex CF AB FA 11 20 0 2 10B 59 53
Octal 317 253 372 21 40 0 2 413 131 123
Binary 11001111 10101011 11111010 10001 100000 0 10 100001011 1011001 1010011

Color Harmonies of #CFABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFABFA

Black with #CFABFA

Text Example


Text Example

White with #CFABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFABFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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