#CEAEC1

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

Shades of Maverick #CEAEC1

Tints of Maverick #CEAEC1

Color information

#CEAEC1 (or 0xCEAEC1) is unknown color: approx Maverick. HEX triplet: CE, AE and C1. RGB value is (206,174,193). Sum of RGB (Red+Green+Blue) = 206+174+193=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEC1 is #31513E. Grayscale: #B9B9B9. Windows color (decimal): -3232063 or 12693198. OLE color: 12693198.

HSL color Cylindrical-coordinate representation of color #CEAEC1: hue angle of 324.38º 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 #CEAEC1 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB206174193-
CMYK00.160.060.19
HSL324.38º24.62%74.51%-
HSV(B)324.38º15.53%80.78%-
XYZ50.2247.2456.92-
YUV185.73132.1142.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=35.95%
G=30.37%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617419300.160.060.19324.3824.6274.51
HexCEAEC1010613144194b
Octal31625630102062350431113
Binary11001110101011101100000101000011010011101000100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEC1; }

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

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

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

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

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

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

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

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