Html Css Color HEX #CFAFF7 Mauve

📋 copy color: '#CFAFF7'

red 207 ◦ green 175 ◦ blue 247

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

Shades of Mauve #CFAFF7

Tints of Mauve #CFAFF7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.82%

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

R = 32.91%
G = 27.82%
B = 39.27%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CFAFF7 (or 0xCFAFF7) is known color: Mauve. HEX triplet: CF, AF and F7. RGB value is (207,175,247). Sum of RGB (Red+Green+Blue) = 207+175+247=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFAFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFF7 is #305008. Grayscale: #C0C0C0. Windows color (decimal): -3166217 or 16232399. OLE color: 16232399.

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

Color convert

RGB 207 175 247 -
CMYK 0.16 0.29 0 0.03
HSL 266.67º 0.82% 0.83% -
HSV(B) 266.67º 0.29% 0.97% -
XYZ 57.85 50.64 94.72 -
YUV 192.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 207 175 247 0.16 0.29 0 0.03 266.67 0.82 0.83
Hex CF AF F7 10 1D 0 3 10B 52 53
Octal 317 257 367 20 35 0 3 413 122 123
Binary 11001111 10101111 11110111 10000 11101 0 11 100001011 1010010 1010011

Color Harmonies of #CFAFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFF7

Black with #CFAFF7

Text Example


Text Example

White with #CFAFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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