#CEADFC

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

Shades of Mauve #CEADFC

Tints of Mauve #CEADFC

Color information

#CEADFC (or 0xCEADFC) is unknown color: approx Mauve. HEX triplet: CE, AD and FC. RGB value is (206,173,252). Sum of RGB (Red+Green+Blue) = 206+173+252=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADFC is #315203. Grayscale: #BFBFBF. Windows color (decimal): -3232260 or 16559566. OLE color: 16559566.

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

Color convert

RGB206173252-
CMYK0.180.3100.01
HSL265.06º92.94%83.33%-
HSV(B)265.06º31.35%98.82%-
XYZ57.9750.0498.7-
YUV191.87161.93138.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.65%
GREEN value IS 173 (67.97% from 255) = 27.42%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=32.65%
G=27.42%
B=39.94%

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
Decimal2061732520.180.3100.01265.0692.9483.33
HexCEADFC121F011095d53
Octal316255374223701411135123
Binary11001110101011011111110010010111110110000100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADFC; }

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

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

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

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

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

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

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

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