#CEAFFA

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

Shades of Mauve #CEAFFA

Tints of Mauve #CEAFFA

Color information

#CEAFFA (or 0xCEAFFA) is unknown color: approx Mauve. HEX triplet: CE, AF and FA. RGB value is (206,175,250). Sum of RGB (Red+Green+Blue) = 206+175+250=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEAFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFFA is #315005. Grayscale: #C0C0C0. Windows color (decimal): -3231750 or 16429006. OLE color: 16429006.

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

Color convert

RGB206175250-
CMYK0.180.300.02
HSL264.8º88.24%83.33%-
HSV(B)264.8º30%98.04%-
XYZ58.0450.6897.17-
YUV192.82160.27137.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.65%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=32.65%
G=27.73%
B=39.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061752500.180.300.02264.888.2483.33
HexCEAFFA121E021095853
Octal316257372223602411130123
Binary110011101010111111111010100101111001010000100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFFA; }

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

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

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

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

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

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

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

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