#CEADFA

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

Shades of Mauve #CEADFA

Tints of Mauve #CEADFA

Color information

#CEADFA (or 0xCEADFA) is unknown color: approx Mauve. HEX triplet: CE, AD and FA. RGB value is (206,173,250). Sum of RGB (Red+Green+Blue) = 206+173+250=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADFA is #315205. Grayscale: #BFBFBF. Windows color (decimal): -3232262 or 16428494. OLE color: 16428494.

HSL color Cylindrical-coordinate representation of color #CEADFA: hue angle of 265.71º 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 #CEADFA is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206173250-
CMYK0.180.3100.02
HSL265.71º88.51%82.94%-
HSV(B)265.71º30.8%98.04%-
XYZ57.6549.9197.04-
YUV191.64160.93138.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.75%
GREEN value IS 173 (67.97% from 255) = 27.50%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=32.75%
G=27.50%
B=39.75%

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
Decimal2061732500.180.3100.02265.7188.5182.94
HexCEADFA121F0210a5953
Octal316255372223702412131123
Binary110011101010110111111010100101111101010000101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADFA; }

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

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

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

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

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

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

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

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