Html Css Color HEX #CFAFF6 Mauve

📋 copy color: '#CFAFF6'

red 207 ◦ green 175 ◦ blue 246

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

Shades of Mauve #CFAFF6

Tints of Mauve #CFAFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.17%

R = 32.96%
G = 27.87%
B = 39.17%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFAFF6 (or 0xCFAFF6) is known color: Mauve. HEX triplet: CF, AF and F6. RGB value is (207,175,246). Sum of RGB (Red+Green+Blue) = 207+175+246=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 246 (96.48% from 255 or 39.17% from 628); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFF6 is #305009. Grayscale: #C0C0C0. Windows color (decimal): -3166218 or 16166863. OLE color: 16166863.

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

Color convert

RGB 207 175 246 -
CMYK 0.16 0.29 0 0.04
HSL 267.04º 0.8% 0.83% -
HSV(B) 267.04º 0.29% 0.96% -
XYZ 57.7 50.58 93.91 -
YUV 192.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 207 175 246 0.16 0.29 0 0.04 267.04 0.8 0.83
Hex CF AF F6 10 1D 0 4 10B 50 53
Octal 317 257 366 20 35 0 4 413 120 123
Binary 11001111 10101111 11110110 10000 11101 0 100 100001011 1010000 1010011

Color Harmonies of #CFAFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFF6

Black with #CFAFF6

Text Example


Text Example

White with #CFAFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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