#CEBEC8

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

Shades of Maverick #CEBEC8

Tints of Maverick #CEBEC8

Color information

#CEBEC8 (or 0xCEBEC8) is unknown color: approx Maverick. HEX triplet: CE, BE and C8. RGB value is (206,190,200). Sum of RGB (Red+Green+Blue) = 206+190+200=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEC8 is #314137. Grayscale: #C3C3C3. Windows color (decimal): -3227960 or 13156046. OLE color: 13156046.

HSL color Cylindrical-coordinate representation of color #CEBEC8: hue angle of 322.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEBEC8 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB206190200-
CMYK00.080.030.19
HSL322.5º14.04%77.65%-
HSV(B)322.5º7.77%80.78%-
XYZ54.2954.1262.23-
YUV195.92130.3135.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 200 (78.52% from 255) = 33.56%
R=34.56%
G=31.88%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619020000.080.030.19322.514.0477.65
HexCEBEC808313142e4e
Octal31627631001032350216116
Binary11001110101111101100100001000111001110100001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEC8; }

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

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

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

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

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

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

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

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