Html Css Color HEX #CFAFF1 Mauve

📋 copy color: '#CFAFF1'

red 207 ◦ green 175 ◦ blue 241

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

Shades of Mauve #CFAFF1

Tints of Mauve #CFAFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.68%

R = 33.23%
G = 28.09%
B = 38.68%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CFAFF1 (or 0xCFAFF1) is known color: Mauve. HEX triplet: CF, AF and F1. RGB value is (207,175,241). Sum of RGB (Red+Green+Blue) = 207+175+241=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFF1 is #30500E. Grayscale: #BFBFBF. Windows color (decimal): -3166223 or 15839183. OLE color: 15839183.

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

Color convert

RGB 207 175 241 -
CMYK 0.14 0.27 0 0.05
HSL 269.09º 0.7% 0.82% -
HSV(B) 269.09º 0.27% 0.95% -
XYZ 56.94 50.28 89.92 -
YUV 192.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 207 175 241 0.14 0.27 0 0.05 269.09 0.7 0.82
Hex CF AF F1 E 1B 0 5 10D 46 52
Octal 317 257 361 16 33 0 5 415 106 122
Binary 11001111 10101111 11110001 1110 11011 0 101 100001101 1000110 1010010

Color Harmonies of #CFAFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFF1

Black with #CFAFF1

Text Example


Text Example

White with #CFAFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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