#CEBECA

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

Shades of Maverick #CEBECA

Tints of Maverick #CEBECA

Color information

#CEBECA (or 0xCEBECA) is unknown color: approx Maverick. HEX triplet: CE, BE and CA. RGB value is (206,190,202). Sum of RGB (Red+Green+Blue) = 206+190+202=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBECA is #314135. Grayscale: #C4C4C4. Windows color (decimal): -3227958 or 13287118. OLE color: 13287118.

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

Color convert

RGB206190202-
CMYK00.080.020.19
HSL315º14.04%77.65%-
HSV(B)315º7.77%80.78%-
XYZ54.5354.2163.47-
YUV196.15131.3135.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=34.45%
G=31.77%
B=33.78%

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
Decimal20619020200.080.020.1931514.0477.65
HexCEBECA0821313be4e
Octal31627631201022347316116
Binary11001110101111101100101001000101001110011101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBECA; }

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

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

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

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

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

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

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

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