#CEACFA

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

Shades of Mauve #CEACFA

Tints of Mauve #CEACFA

Color information

#CEACFA (or 0xCEACFA) is unknown color: approx Mauve. HEX triplet: CE, AC and FA. RGB value is (206,172,250). Sum of RGB (Red+Green+Blue) = 206+172+250=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACFA is #315305. Grayscale: #BEBEBE. Windows color (decimal): -3232518 or 16428238. OLE color: 16428238.

HSL color Cylindrical-coordinate representation of color #CEACFA: hue angle of 266.15º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEACFA is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206172250-
CMYK0.180.3100.02
HSL266.15º88.64%82.75%-
HSV(B)266.15º31.2%98.04%-
XYZ57.4649.5396.97-
YUV191.06161.26138.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 172 (67.58% from 255) = 27.39%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=32.80%
G=27.39%
B=39.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061722500.180.3100.02266.1588.6482.75
HexCEACFA121F0210a5953
Octal316254372223702412131123
Binary110011101010110011111010100101111101010000101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEACFA; }

 p { color: rgb(206,172,250); }

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

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

 a { background-color: rgb(206,172,250); }

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

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

 span { border-color: rgb(206,172,250); }

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