Html Css Color HEX #CFAAF7 Mauve

📋 copy color: '#CFAAF7'

red 207 ◦ green 170 ◦ blue 247

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

Shades of Mauve #CFAAF7

Tints of Mauve #CFAAF7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.24%

 BLUE value IS 247 (96.88% from 255) = 39.58%

R = 33.17%
G = 27.24%
B = 39.58%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CFAAF7 (or 0xCFAAF7) is known color: Mauve. HEX triplet: CF, AA and F7. RGB value is (207,170,247). Sum of RGB (Red+Green+Blue) = 207+170+247=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 247 (96.88% from 255 or 39.58% from 624); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFAAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAF7 is #305508. Grayscale: #BDBDBD. Windows color (decimal): -3167497 or 16231119. OLE color: 16231119.

HSL color Cylindrical-coordinate representation of color #CFAAF7: hue angle of 268.83º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFAAF7 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 170 247 -
CMYK 0.16 0.31 0 0.03
HSL 268.83º 0.83% 0.82% -
HSV(B) 268.83º 0.31% 0.97% -
XYZ 56.9 48.73 94.4 -
YUV 189.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 207 170 247 0.16 0.31 0 0.03 268.83 0.83 0.82
Hex CF AA F7 10 1F 0 3 10D 53 52
Octal 317 252 367 20 37 0 3 415 123 122
Binary 11001111 10101010 11110111 10000 11111 0 11 100001101 1010011 1010010

Color Harmonies of #CFAAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAAF7

Black with #CFAAF7

Text Example


Text Example

White with #CFAAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAAF7; }

 p { color: rgb(207,170,247); }

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

background-color css

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

 a { background-color: rgb(207,170,247); }

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

border-color css

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

 span { border-color: rgb(207,170,247); }

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