#CEBCC9

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

Shades of Maverick #CEBCC9

Tints of Maverick #CEBCC9

Color information

#CEBCC9 (or 0xCEBCC9) is unknown color: approx Maverick. HEX triplet: CE, BC and C9. RGB value is (206,188,201). Sum of RGB (Red+Green+Blue) = 206+188+201=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCC9 is #314336. Grayscale: #C2C2C2. Windows color (decimal): -3228471 or 13221070. OLE color: 13221070.

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

Color convert

RGB206188201-
CMYK00.090.020.19
HSL316.67º15.52%77.25%-
HSV(B)316.67º8.74%80.78%-
XYZ53.9853.3162.7-
YUV194.86131.46135.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 201 (78.91% from 255) = 33.78%
R=34.62%
G=31.60%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618820100.090.020.19316.6715.5277.25
HexCEBCC90921313d104d
Octal31627431101122347520115
Binary110011101011110011001001010011010011100111101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCC9; }

 p { color: rgb(206,188,201); }

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

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

 a { background-color: rgb(206,188,201); }

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

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

 span { border-color: rgb(206,188,201); }

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