#CEAEC5

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

Shades of Maverick #CEAEC5

Tints of Maverick #CEAEC5

Color information

#CEAEC5 (or 0xCEAEC5) is unknown color: approx Maverick. HEX triplet: CE, AE and C5. RGB value is (206,174,197). Sum of RGB (Red+Green+Blue) = 206+174+197=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEC5 is #31513A. Grayscale: #BABABA. Windows color (decimal): -3232059 or 12955342. OLE color: 12955342.

HSL color Cylindrical-coordinate representation of color #CEAEC5: hue angle of 316.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEAEC5 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB206174197-
CMYK00.160.040.19
HSL316.88º24.62%74.51%-
HSV(B)316.88º15.53%80.78%-
XYZ50.6747.4359.31-
YUV186.19134.1142.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 197 (77.34% from 255) = 34.14%
R=35.70%
G=30.16%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617419700.160.040.19316.8824.6274.51
HexCEAEC501041313d194b
Octal31625630502042347531113
Binary11001110101011101100010101000010010011100111101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEC5; }

 p { color: rgb(206,174,197); }

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

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

 a { background-color: rgb(206,174,197); }

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

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

 span { border-color: rgb(206,174,197); }

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