#CEBCC7

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

Shades of Maverick #CEBCC7

Tints of Maverick #CEBCC7

Color information

#CEBCC7 (or 0xCEBCC7) is unknown color: approx Maverick. HEX triplet: CE, BC and C7. RGB value is (206,188,199). Sum of RGB (Red+Green+Blue) = 206+188+199=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCC7 is #314338. Grayscale: #C2C2C2. Windows color (decimal): -3228473 or 13089998. OLE color: 13089998.

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

Color convert

RGB206188199-
CMYK00.090.030.19
HSL323.33º15.52%77.25%-
HSV(B)323.33º8.74%80.78%-
XYZ53.7553.2161.47-
YUV194.64130.46136.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.74%
GREEN value IS 188 (73.83% from 255) = 31.70%
BLUE value IS 199 (78.12% from 255) = 33.56%
R=34.74%
G=31.70%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618819900.090.030.19323.3315.5277.25
HexCEBCC709313143104d
Octal31627430701132350320115
Binary110011101011110011000111010011110011101000011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCC7; }

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

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

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

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

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

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

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

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