#CEBEC9

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

Shades of Maverick #CEBEC9

Tints of Maverick #CEBEC9

Color information

#CEBEC9 (or 0xCEBEC9) is unknown color: approx Maverick. HEX triplet: CE, BE and C9. RGB value is (206,190,201). Sum of RGB (Red+Green+Blue) = 206+190+201=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEC9 is #314136. Grayscale: #C4C4C4. Windows color (decimal): -3227959 or 13221582. OLE color: 13221582.

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

Color convert

RGB206190201-
CMYK00.080.020.19
HSL318.75º14.04%77.65%-
HSV(B)318.75º7.77%80.78%-
XYZ54.4154.1762.85-
YUV196.04130.8135.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 201 (78.91% from 255) = 33.67%
R=34.51%
G=31.83%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619020100.080.020.19318.7514.0477.65
HexCEBEC90821313fe4e
Octal31627631101022347716116
Binary11001110101111101100100101000101001110011111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEC9; }

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

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

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

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

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

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

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

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