#CEBCC8

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

Shades of Maverick #CEBCC8

Tints of Maverick #CEBCC8

Color information

#CEBCC8 (or 0xCEBCC8) is unknown color: approx Maverick. HEX triplet: CE, BC and C8. RGB value is (206,188,200). Sum of RGB (Red+Green+Blue) = 206+188+200=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCC8 is #314337. Grayscale: #C2C2C2. Windows color (decimal): -3228472 or 13155534. OLE color: 13155534.

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

Color convert

RGB206188200-
CMYK00.090.030.19
HSL320º15.52%77.25%-
HSV(B)320º8.74%80.78%-
XYZ53.8653.2662.08-
YUV194.75130.96136.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.68%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 200 (78.52% from 255) = 33.67%
R=34.68%
G=31.65%
B=33.67%

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
Decimal20618820000.090.030.1932015.5277.25
HexCEBCC809313140104d
Octal31627431001132350020115
Binary110011101011110011001000010011110011101000000100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCC8; }

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

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

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

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

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

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

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

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