#CEAEC8

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

Shades of Maverick #CEAEC8

Tints of Maverick #CEAEC8

Color information

#CEAEC8 (or 0xCEAEC8) is unknown color: approx Maverick. HEX triplet: CE, AE and C8. RGB value is (206,174,200). Sum of RGB (Red+Green+Blue) = 206+174+200=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEC8 is #315137. Grayscale: #BABABA. Windows color (decimal): -3232056 or 13151950. OLE color: 13151950.

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

Color convert

RGB206174200-
CMYK00.160.030.19
HSL311.25º24.62%74.51%-
HSV(B)311.25º15.53%80.78%-
XYZ51.0147.5661.14-
YUV186.53135.6141.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 200 (78.52% from 255) = 34.48%
R=35.52%
G=30%
B=34.48%

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
Decimal20617420000.160.030.19311.2524.6274.51
HexCEAEC8010313137194b
Octal31625631002032346731113
Binary1100111010101110110010000100001110011100110111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEC8; }

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

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

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

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

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

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

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

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