#CEC2CB

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

Shades of Maverick #CEC2CB

Tints of Maverick #CEC2CB

Color information

#CEC2CB (or 0xCEC2CB) is unknown color: approx Maverick. HEX triplet: CE, C2 and CB. RGB value is (206,194,203). Sum of RGB (Red+Green+Blue) = 206+194+203=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2CB is #313D34. Grayscale: #C6C6C6. Windows color (decimal): -3226933 or 13353678. OLE color: 13353678.

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

Color convert

RGB206194203-
CMYK00.060.010.19
HSL315º10.91%78.43%-
HSV(B)315º5.83%80.78%-
XYZ55.5256.0264.39-
YUV198.61130.48133.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 194 (76.17% from 255) = 32.17%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=34.16%
G=32.17%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619420300.060.010.1931510.9178.43
HexCEC2CB0611313bb4e
Octal3163023130612347313116
Binary110011101100001011001011011011001110011101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2CB; }

 p { color: rgb(206,194,203); }

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

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

 a { background-color: rgb(206,194,203); }

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

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

 span { border-color: rgb(206,194,203); }

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