Html Css Color HEX #CFAFFF Mauve

📋 copy color: '#CFAFFF'

red 207 ◦ green 175 ◦ blue 255

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

Shades of Mauve #CFAFFF

Tints of Mauve #CFAFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.03%

R = 32.5%
G = 27.47%
B = 40.03%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CFAFFF (or 0xCFAFFF) is known color: Mauve. HEX triplet: CF, AF and FF. RGB value is (207,175,255). Sum of RGB (Red+Green+Blue) = 207+175+255=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFFF is #305000. Grayscale: #C1C1C1. Windows color (decimal): -3166209 or 16756687. OLE color: 16756687.

HSL color Cylindrical-coordinate representation of color #CFAFFF: hue angle of 264º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFAFFF is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 207 175 255 -
CMYK 0.19 0.31 0 0
HSL 264º 1% 0.84% -
HSV(B) 264º 0.31% 1% -
XYZ 59.11 51.15 101.36 -
YUV 193.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 207 175 255 0.19 0.31 0 0 264 1 0.84
Hex CF AF FF 13 1F 0 0 108 64 54
Octal 317 257 377 23 37 0 0 410 144 124
Binary 11001111 10101111 11111111 10011 11111 0 0 100001000 1100100 1010100

Color Harmonies of #CFAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFFF

Black with #CFAFFF

Text Example


Text Example

White with #CFAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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