Html Css Color HEX #CFABF2 Mauve

📋 copy color: '#CFABF2'

red 207 ◦ green 171 ◦ blue 242

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

Shades of Mauve #CFABF2

Tints of Mauve #CFABF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.03%

R = 33.39%
G = 27.58%
B = 39.03%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CFABF2 (or 0xCFABF2) is known color: Mauve. HEX triplet: CF, AB and F2. RGB value is (207,171,242). Sum of RGB (Red+Green+Blue) = 207+171+242=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABF2 is #30540D. Grayscale: #BDBDBD. Windows color (decimal): -3167246 or 15903695. OLE color: 15903695.

HSL color Cylindrical-coordinate representation of color #CFABF2: hue angle of 270.42º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFABF2 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 171 242 -
CMYK 0.14 0.29 0 0.05
HSL 270.42º 0.73% 0.81% -
HSV(B) 270.42º 0.29% 0.95% -
XYZ 56.32 48.8 90.46 -
YUV 189.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 207 171 242 0.14 0.29 0 0.05 270.42 0.73 0.81
Hex CF AB F2 E 1D 0 5 10E 49 51
Octal 317 253 362 16 35 0 5 416 111 121
Binary 11001111 10101011 11110010 1110 11101 0 101 100001110 1001001 1010001

Color Harmonies of #CFABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFABF2

Black with #CFABF2

Text Example


Text Example

White with #CFABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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