#CFAEFD

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

Shades of Mauve #CFAEFD

Tints of Mauve #CFAEFD

Color information

#CFAEFD (or 0xCFAEFD) is unknown color: approx Mauve. HEX triplet: CF, AE and FD. RGB value is (207,174,253). Sum of RGB (Red+Green+Blue) = 207+174+253=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEFD is #305102. Grayscale: #C0C0C0. Windows color (decimal): -3166467 or 16625359. OLE color: 16625359.

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

Color convert

RGB207174253-
CMYK0.180.3100.01
HSL265.06º95.18%83.73%-
HSV(B)265.06º31.23%99.22%-
XYZ58.650.6399.61-
YUV192.87161.93138.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.65%
GREEN value IS 174 (68.36% from 255) = 27.44%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=32.65%
G=27.44%
B=39.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071742530.180.3100.01265.0695.1883.73
HexCFAEFD121F011095f54
Octal317256375223701411137124
Binary11001111101011101111110110010111110110000100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEFD; }

 p { color: rgb(207,174,253); }

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

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

 a { background-color: rgb(207,174,253); }

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

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

 span { border-color: rgb(207,174,253); }

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