#CFAFF5

Color #CFAFF5 Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CFAFF5

Tints of Mauve #CFAFF5

Color information

#CFAFF5 (or 0xCFAFF5) is unknown color: approx Mauve. HEX triplet: CF, AF and F5. RGB value is (207,175,245). Sum of RGB (Red+Green+Blue) = 207+175+245=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 245 (96.09% from 255 or 39.07% from 627); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFF5 is #30500A. Grayscale: #C0C0C0. Windows color (decimal): -3166219 or 16101327. OLE color: 16101327.

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

Color convert

RGB207175245-
CMYK0.160.2900.04
HSL267.43º77.78%82.35%-
HSV(B)267.43º28.57%96.08%-
XYZ57.5450.5293.1-
YUV192.55157.6138.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.01%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 245 (96.09% from 255) = 39.07%
R=33.01%
G=27.91%
B=39.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071752450.160.2900.04267.4377.7882.35
HexCFAFF5101D0410b4e52
Octal317257365203504413116122
Binary1100111110101111111101011000011101010010000101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFF5; }

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

 H1.HeaderClassName
 {
   color: #CFAFF5;
 }
 .AnyTagClassName
 {
   color: #CFAFF5;
 }
</style>
background-color css

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

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

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

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

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

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