#CEAEC7

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

Shades of Maverick #CEAEC7

Tints of Maverick #CEAEC7

Color information

#CEAEC7 (or 0xCEAEC7) is unknown color: approx Maverick. HEX triplet: CE, AE and C7. RGB value is (206,174,199). Sum of RGB (Red+Green+Blue) = 206+174+199=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEC7 is #315138. Grayscale: #BABABA. Windows color (decimal): -3232057 or 13086414. OLE color: 13086414.

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

Color convert

RGB206174199-
CMYK00.160.030.19
HSL313.12º24.62%74.51%-
HSV(B)313.12º15.53%80.78%-
XYZ50.947.5260.52-
YUV186.42135.1141.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=35.58%
G=30.05%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617419900.160.030.19313.1224.6274.51
HexCEAEC7010313139194b
Octal31625630702032347131113
Binary1100111010101110110001110100001110011100111001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEC7; }

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

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

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

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

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

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

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

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