#CBCECB

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

Shades of Sea Mist #CBCECB

Tints of Sea Mist #CBCECB

Color information

#CBCECB (or 0xCBCECB) is unknown color: approx Sea Mist. HEX triplet: CB, CE and CB. RGB value is (203,206,203). Sum of RGB (Red+Green+Blue) = 203+206+203=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCECB is #343134. Grayscale: #CCCCCC. Windows color (decimal): -3420469 or 13356747. OLE color: 13356747.

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

Color convert

RGB203206203-
CMYK0.0100.010.19
HSL120º2.97%80.2%-
HSV(B)120º1.46%80.78%-
XYZ57.4861.1565.27-
YUV204.76127.01126.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.17%
GREEN value IS 206 (80.86% from 255) = 33.66%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=33.17%
G=33.66%
B=33.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032062030.0100.010.191202.9780.2
HexCBCECB1011378350
Octal313316313101231703120
Binary110010111100111011001011101100111111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCECB; }

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

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

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

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

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

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

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

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